#[repr(transparent)]pub struct Iter<I>(pub I)
where
I: IntoIterator;Expand description
Wrapper around IntoIterator to avoid trait impl conflicts.
Tuple Fields§
§0: ITrait Implementations§
Source§impl<T, I> CanReceive<Iter<I>> for VecHandoff<T>where
I: Iterator<Item = T>,
impl<T, I> CanReceive<Iter<I>> for VecHandoff<T>where
I: Iterator<Item = T>,
Source§impl<I> IntoIterator for Iter<I>where
I: IntoIterator,
impl<I> IntoIterator for Iter<I>where
I: IntoIterator,
Source§impl<I> Ord for Iter<I>where
I: IntoIterator + Ord,
impl<I> Ord for Iter<I>where
I: IntoIterator + Ord,
Source§impl<I> PartialOrd for Iter<I>where
I: IntoIterator + PartialOrd,
impl<I> PartialOrd for Iter<I>where
I: IntoIterator + PartialOrd,
impl<I> Copy for Iter<I>where
I: IntoIterator + Copy,
impl<I> Eq for Iter<I>where
I: IntoIterator + Eq,
impl<I> StructuralPartialEq for Iter<I>where
I: IntoIterator,
Auto Trait Implementations§
impl<I> Freeze for Iter<I>where
I: Freeze,
impl<I> RefUnwindSafe for Iter<I>where
I: RefUnwindSafe,
impl<I> Send for Iter<I>where
I: Send,
impl<I> Sync for Iter<I>where
I: Sync,
impl<I> Unpin for Iter<I>where
I: Unpin,
impl<I> UnwindSafe for Iter<I>where
I: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<'a, I> MultiOps<&'a RoaringBitmap> for Iwhere
I: IntoIterator<Item = &'a RoaringBitmap>,
impl<'a, I> MultiOps<&'a RoaringBitmap> for Iwhere
I: IntoIterator<Item = &'a RoaringBitmap>,
§fn intersection(self) -> <I as MultiOps<&'a RoaringBitmap>>::Output
fn intersection(self) -> <I as MultiOps<&'a RoaringBitmap>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<&'a RoaringBitmap>>::Output
fn difference(self) -> <I as MultiOps<&'a RoaringBitmap>>::Output
The
difference between all elements.§fn symmetric_difference(self) -> <I as MultiOps<&'a RoaringBitmap>>::Output
fn symmetric_difference(self) -> <I as MultiOps<&'a RoaringBitmap>>::Output
The
symmetric difference between all elements.§impl<'a, I> MultiOps<&'a RoaringTreemap> for Iwhere
I: IntoIterator<Item = &'a RoaringTreemap>,
impl<'a, I> MultiOps<&'a RoaringTreemap> for Iwhere
I: IntoIterator<Item = &'a RoaringTreemap>,
§fn intersection(self) -> <I as MultiOps<&'a RoaringTreemap>>::Output
fn intersection(self) -> <I as MultiOps<&'a RoaringTreemap>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<&'a RoaringTreemap>>::Output
fn difference(self) -> <I as MultiOps<&'a RoaringTreemap>>::Output
The
difference between all elements.§fn symmetric_difference(self) -> <I as MultiOps<&'a RoaringTreemap>>::Output
fn symmetric_difference(self) -> <I as MultiOps<&'a RoaringTreemap>>::Output
The
symmetric difference between all elements.§impl<'a, I, E> MultiOps<Result<&'a RoaringBitmap, E>> for Iwhere
E: 'a,
I: IntoIterator<Item = Result<&'a RoaringBitmap, E>>,
impl<'a, I, E> MultiOps<Result<&'a RoaringBitmap, E>> for Iwhere
E: 'a,
I: IntoIterator<Item = Result<&'a RoaringBitmap, E>>,
§fn union(self) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
fn union(self) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
The
union between all elements.§fn intersection(self) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
fn intersection(self) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
fn difference(self) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
The
difference between all elements.§fn symmetric_difference(
self,
) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
fn symmetric_difference( self, ) -> <I as MultiOps<Result<&'a RoaringBitmap, E>>>::Output
The
symmetric difference between all elements.§impl<'a, I, E> MultiOps<Result<&'a RoaringTreemap, E>> for Iwhere
E: 'a,
I: IntoIterator<Item = Result<&'a RoaringTreemap, E>>,
impl<'a, I, E> MultiOps<Result<&'a RoaringTreemap, E>> for Iwhere
E: 'a,
I: IntoIterator<Item = Result<&'a RoaringTreemap, E>>,
§fn union(self) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
fn union(self) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
The
union between all elements.§fn intersection(self) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
fn intersection(self) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
fn difference(self) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
The
difference between all elements.§fn symmetric_difference(
self,
) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
fn symmetric_difference( self, ) -> <I as MultiOps<Result<&'a RoaringTreemap, E>>>::Output
The
symmetric difference between all elements.§impl<I, E> MultiOps<Result<RoaringBitmap, E>> for Iwhere
I: IntoIterator<Item = Result<RoaringBitmap, E>>,
impl<I, E> MultiOps<Result<RoaringBitmap, E>> for Iwhere
I: IntoIterator<Item = Result<RoaringBitmap, E>>,
§fn intersection(self) -> <I as MultiOps<Result<RoaringBitmap, E>>>::Output
fn intersection(self) -> <I as MultiOps<Result<RoaringBitmap, E>>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<Result<RoaringBitmap, E>>>::Output
fn difference(self) -> <I as MultiOps<Result<RoaringBitmap, E>>>::Output
The
difference between all elements.§fn symmetric_difference(
self,
) -> <I as MultiOps<Result<RoaringBitmap, E>>>::Output
fn symmetric_difference( self, ) -> <I as MultiOps<Result<RoaringBitmap, E>>>::Output
The
symmetric difference between all elements.§impl<I, E> MultiOps<Result<RoaringTreemap, E>> for Iwhere
I: IntoIterator<Item = Result<RoaringTreemap, E>>,
impl<I, E> MultiOps<Result<RoaringTreemap, E>> for Iwhere
I: IntoIterator<Item = Result<RoaringTreemap, E>>,
§fn union(self) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
fn union(self) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
The
union between all elements.§fn intersection(self) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
fn intersection(self) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
fn difference(self) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
The
difference between all elements.§fn symmetric_difference(
self,
) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
fn symmetric_difference( self, ) -> <I as MultiOps<Result<RoaringTreemap, E>>>::Output
The
symmetric difference between all elements.§impl<I> MultiOps<RoaringBitmap> for Iwhere
I: IntoIterator<Item = RoaringBitmap>,
impl<I> MultiOps<RoaringBitmap> for Iwhere
I: IntoIterator<Item = RoaringBitmap>,
§fn intersection(self) -> <I as MultiOps<RoaringBitmap>>::Output
fn intersection(self) -> <I as MultiOps<RoaringBitmap>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<RoaringBitmap>>::Output
fn difference(self) -> <I as MultiOps<RoaringBitmap>>::Output
The
difference between all elements.§fn symmetric_difference(self) -> <I as MultiOps<RoaringBitmap>>::Output
fn symmetric_difference(self) -> <I as MultiOps<RoaringBitmap>>::Output
The
symmetric difference between all elements.§impl<I> MultiOps<RoaringTreemap> for Iwhere
I: IntoIterator<Item = RoaringTreemap>,
impl<I> MultiOps<RoaringTreemap> for Iwhere
I: IntoIterator<Item = RoaringTreemap>,
§fn intersection(self) -> <I as MultiOps<RoaringTreemap>>::Output
fn intersection(self) -> <I as MultiOps<RoaringTreemap>>::Output
The
intersection between all elements.§fn difference(self) -> <I as MultiOps<RoaringTreemap>>::Output
fn difference(self) -> <I as MultiOps<RoaringTreemap>>::Output
The
difference between all elements.§fn symmetric_difference(self) -> <I as MultiOps<RoaringTreemap>>::Output
fn symmetric_difference(self) -> <I as MultiOps<RoaringTreemap>>::Output
The
symmetric difference between all elements.§impl<T> ToSinkBuild for T
impl<T> ToSinkBuild for T
§fn iter_to_sink_build(self) -> SendIterBuild<Self>
fn iter_to_sink_build(self) -> SendIterBuild<Self>
§fn stream_to_sink_build(self) -> SendStreamBuild<Self>where
Self: Sized + Stream,
fn stream_to_sink_build(self) -> SendStreamBuild<Self>where
Self: Sized + Stream,
Starts a [
SinkBuild] adaptor chain to send all items from self as a [Stream].