pub struct AcceptStream<T>(/* private fields */);Expand description
A wrapper around a Stream of connections
Trait Implementations§
Source§impl<T, C, O, I> Accept for &AcceptStream<T>
impl<T, C, O, I> Accept for &AcceptStream<T>
Source§impl<T, C, O, I> Accept for AcceptStream<T>
impl<T, C, O, I> Accept for AcceptStream<T>
Auto Trait Implementations§
impl<T> !Freeze for AcceptStream<T>
impl<T> !RefUnwindSafe for AcceptStream<T>
impl<T> Send for AcceptStream<T>where
T: Send,
impl<T> Sync for AcceptStream<T>where
T: Send,
impl<T> Unpin for AcceptStream<T>where
T: Unpin,
impl<T> UnwindSafe for AcceptStream<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> AcceptExt for Twhere
T: Accept,
impl<T> AcceptExt for Twhere
T: Accept,
Source§fn map_context<T, F: Fn(Self::Context) -> T>(
self,
f: F,
) -> AcceptMapContext<Self, F>
fn map_context<T, F: Fn(Self::Context) -> T>( self, f: F, ) -> AcceptMapContext<Self, F>
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