pub enum EmapiWifiConnectionState {
NotConnected,
HotspotConnected,
IotConnected,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for EmapiWifiConnectionState
impl Clone for EmapiWifiConnectionState
Source§fn clone(&self) -> EmapiWifiConnectionState
fn clone(&self) -> EmapiWifiConnectionState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EmapiWifiConnectionState
Source§impl Debug for EmapiWifiConnectionState
impl Debug for EmapiWifiConnectionState
impl Eq for EmapiWifiConnectionState
Source§impl PartialEq for EmapiWifiConnectionState
impl PartialEq for EmapiWifiConnectionState
Source§fn eq(&self, other: &EmapiWifiConnectionState) -> bool
fn eq(&self, other: &EmapiWifiConnectionState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmapiWifiConnectionState
Auto Trait Implementations§
impl Freeze for EmapiWifiConnectionState
impl RefUnwindSafe for EmapiWifiConnectionState
impl Send for EmapiWifiConnectionState
impl Sync for EmapiWifiConnectionState
impl Unpin for EmapiWifiConnectionState
impl UnsafeUnpin for EmapiWifiConnectionState
impl UnwindSafe for EmapiWifiConnectionState
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