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