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