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