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