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