Struct botapi::gen_types::NoSkipUpdate
source · pub struct NoSkipUpdate { /* private fields */ }
Expand description
Companion type to Update that doesn’t skip fields when serializing. Used for certain deserializers that use arrays to represent struct members
Implementations§
Trait Implementations§
source§impl Clone for NoSkipUpdate
impl Clone for NoSkipUpdate
source§fn clone(&self) -> NoSkipUpdate
fn clone(&self) -> NoSkipUpdate
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 NoSkipUpdate
impl Debug for NoSkipUpdate
source§impl Default for NoSkipUpdate
impl Default for NoSkipUpdate
source§fn default() -> NoSkipUpdate
fn default() -> NoSkipUpdate
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NoSkipUpdate
impl<'de> Deserialize<'de> for NoSkipUpdate
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 From<NoSkipUpdate> for Update
impl From<NoSkipUpdate> for Update
source§fn from(t: NoSkipUpdate) -> Self
fn from(t: NoSkipUpdate) -> Self
Converts to this type from the input type.
source§impl Into<NoSkipUpdate> for Update
impl Into<NoSkipUpdate> for Update
source§fn into(self) -> NoSkipUpdate
fn into(self) -> NoSkipUpdate
Converts this type into the (usually inferred) input type.