pub struct Accept<S> { /* private fields */ }
Expand description
Accept a connection.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Accept<S>
impl<S> RefUnwindSafe for Accept<S>
impl<S> Send for Accept<S>
impl<S> Sync for Accept<S>
impl<S> !Unpin for Accept<S>
impl<S> UnwindSafe for Accept<S>
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