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