pub struct NetworkTypeNone { /* private fields */ }
Expand description
The network is not available
Implementations§
Trait Implementations§
Source§impl AsRef<NetworkTypeNone> for NetworkTypeNone
impl AsRef<NetworkTypeNone> for NetworkTypeNone
Source§fn as_ref(&self) -> &NetworkTypeNone
fn as_ref(&self) -> &NetworkTypeNone
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for NetworkTypeNone
impl Clone for NetworkTypeNone
Source§fn clone(&self) -> NetworkTypeNone
fn clone(&self) -> NetworkTypeNone
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NetworkTypeNone
impl Debug for NetworkTypeNone
Source§impl Default for NetworkTypeNone
impl Default for NetworkTypeNone
Source§fn default() -> NetworkTypeNone
fn default() -> NetworkTypeNone
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NetworkTypeNone
impl<'de> Deserialize<'de> for NetworkTypeNone
Source§fn 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
Source§impl Serialize for NetworkTypeNone
impl Serialize for NetworkTypeNone
impl TDNetworkType for NetworkTypeNone
Auto Trait Implementations§
impl Freeze for NetworkTypeNone
impl RefUnwindSafe for NetworkTypeNone
impl Send for NetworkTypeNone
impl Sync for NetworkTypeNone
impl Unpin for NetworkTypeNone
impl UnwindSafe for NetworkTypeNone
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