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