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