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