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