pub struct GetStream<T>(/* private fields */);Expand description
A Stream of incoming peers, immutable or mutable values.
Trait Implementations§
Source§impl<T> Stream for GetStream<T>
impl<T> Stream for GetStream<T>
Auto Trait Implementations§
impl<T> Freeze for GetStream<T>
impl<T> RefUnwindSafe for GetStream<T>
impl<T> Send for GetStream<T>where
T: Send,
impl<T> Sync for GetStream<T>where
T: Send,
impl<T> Unpin for GetStream<T>
impl<T> UnsafeUnpin for GetStream<T>
impl<T> UnwindSafe for GetStream<T>
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