Struct collections::btree_set::Intersection 1.0.0
[−]
[src]
pub struct Intersection<'a, T> where
T: 'a, { /* fields omitted */ }
A lazy iterator producing elements in the intersection of BTreeSet
s.
This struct
is created by the intersection
method on BTreeSet
.
See its documentation for more.
Trait Implementations
impl<'a, T> Debug for Intersection<'a, T> where
T: 'a + Debug,
1.17.0[src]
T: 'a + Debug,
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>
[src]
Formats the value using the given formatter.
impl<'a, T> Clone for Intersection<'a, T>
[src]
fn clone(&self) -> Intersection<'a, T>
[src]
impl<'a, T> FusedIterator for Intersection<'a, T> where
T: Ord,
[src]
T: Ord,
impl<'a, T> Iterator for Intersection<'a, T> where
T: Ord,
[src]
T: Ord,