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