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