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