[−][src]Struct async_std::stream::SkipWhile
A stream to skip elements of another stream based on a predicate.
Trait Implementations
impl<S, P> Stream for SkipWhile<S, P, S::Item> where
S: Stream,
P: FnMut(&S::Item) -> bool,
[src][+]
S: Stream,
P: FnMut(&S::Item) -> bool,
impl<S: Debug, P: Debug, T: Debug> Debug for SkipWhile<S, P, T>
[src][+]
Auto Trait Implementations
impl<S, P, T> Send for SkipWhile<S, P, T> where
P: Send,
S: Send,
T: Send,
P: Send,
S: Send,
T: Send,
impl<S, P, T> Sync for SkipWhile<S, P, T> where
P: Sync,
S: Sync,
T: Sync,
P: Sync,
S: Sync,
T: Sync,
impl<S, P, T> Unpin for SkipWhile<S, P, T> where
P: Unpin,
S: Unpin,
T: Unpin,
P: Unpin,
S: Unpin,
T: Unpin,
impl<S, P, T> UnwindSafe for SkipWhile<S, P, T> where
P: UnwindSafe,
S: UnwindSafe,
T: UnwindSafe,
P: UnwindSafe,
S: UnwindSafe,
T: UnwindSafe,
impl<S, P, T> RefUnwindSafe for SkipWhile<S, P, T> where
P: RefUnwindSafe,
S: RefUnwindSafe,
T: RefUnwindSafe,
P: RefUnwindSafe,
S: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,