Struct futures_concurrency::array::Merge
source · [−]Expand description
Trait Implementations
sourceimpl<S, const N: usize> Stream for Merge<S, N> where
S: Stream,
impl<S, const N: usize> Stream for Merge<S, N> where
S: Stream,
impl<'pin, S, const N: usize> Unpin for Merge<S, N> where
S: Stream,
__Merge<'pin, S, N>: Unpin,
Auto Trait Implementations
impl<S, const N: usize> RefUnwindSafe for Merge<S, N> where
S: RefUnwindSafe,
impl<S, const N: usize> Send for Merge<S, N> where
S: Send,
impl<S, const N: usize> Sync for Merge<S, N> where
S: Sync,
impl<S, const N: usize> UnwindSafe for Merge<S, N> where
S: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<S> IntoStream for S where
S: Stream,
impl<S> IntoStream for S where
S: Stream,
type IntoStream = S
type IntoStream = S
Which kind of stream are we turning this into?
sourcefn into_stream(self) -> S
fn into_stream(self) -> S
Creates a stream from a value.