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