Enum embedded_svc::eth::IpStatus
source · [−]pub enum IpStatus {
Disabled,
Waiting,
Done(Option<ClientSettings>),
}Variants
Disabled
Waiting
Done(Option<ClientSettings>)
Trait Implementations
sourceimpl<'de> Deserialize<'de> for IpStatus
impl<'de> Deserialize<'de> for IpStatus
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl TransitionalState<IpStatus> for ConnectionStatus
impl TransitionalState<IpStatus> for ConnectionStatus
fn is_transitional(&self) -> bool
fn is_operating(&self) -> bool
fn get_operating(&self) -> Option<&IpStatus>
sourceimpl TransitionalState<Option<ClientSettings>> for IpStatus
impl TransitionalState<Option<ClientSettings>> for IpStatus
fn is_transitional(&self) -> bool
fn is_operating(&self) -> bool
fn get_operating(&self) -> Option<&Option<ClientSettings>>
impl StructuralPartialEq for IpStatus
Auto Trait Implementations
impl RefUnwindSafe for IpStatus
impl Send for IpStatus
impl Sync for IpStatus
impl Unpin for IpStatus
impl UnwindSafe for IpStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more