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