pub enum EventBase {
Ip,
Wifi,
}Variants§
Trait Implementations§
impl Copy for EventBase
impl StructuralPartialEq for EventBase
Auto Trait Implementations§
impl Freeze for EventBase
impl RefUnwindSafe for EventBase
impl Send for EventBase
impl Sync for EventBase
impl Unpin for EventBase
impl UnsafeUnpin for EventBase
impl UnwindSafe for EventBase
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