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