Struct botapi::gen_types::NoSkipMessage
source · pub struct NoSkipMessage { /* private fields */ }Expand description
Companion type to Message 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 NoSkipMessage
impl Clone for NoSkipMessage
source§fn clone(&self) -> NoSkipMessage
fn clone(&self) -> NoSkipMessage
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 NoSkipMessage
impl Debug for NoSkipMessage
source§impl Default for NoSkipMessage
impl Default for NoSkipMessage
source§fn default() -> NoSkipMessage
fn default() -> NoSkipMessage
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NoSkipMessage
impl<'de> Deserialize<'de> for NoSkipMessage
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<NoSkipMessage> for Message
impl From<NoSkipMessage> for Message
source§fn from(t: NoSkipMessage) -> Self
fn from(t: NoSkipMessage) -> Self
Converts to this type from the input type.
source§impl Into<NoSkipMessage> for Message
impl Into<NoSkipMessage> for Message
source§fn into(self) -> NoSkipMessage
fn into(self) -> NoSkipMessage
Converts this type into the (usually inferred) input type.