pub struct Accept<S> { /* private fields */ }
Expand description
Accept a connection.
Implementations§
Trait Implementations§
Source§impl<S: AsRawFd> OpCode for Accept<S>
impl<S: AsRawFd> OpCode for Accept<S>
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