pub enum AcceptorEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AcceptorEvent
impl RefUnwindSafe for AcceptorEvent
impl Send for AcceptorEvent
impl Sync for AcceptorEvent
impl Unpin for AcceptorEvent
impl UnwindSafe for AcceptorEvent
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