[−][src]Struct tg_botapi::types::InlineQueryResultCachedGif
Fields
id: Stringgif_file_id: Stringtitle: Option<String>caption: Option<String>parse_mode: ParseModereply_markup: Option<InlineKeyboardMarkup>input_message_content: Option<InputMessageContent>Trait Implementations
impl Clone for InlineQueryResultCachedGif[src]
fn clone(&self) -> InlineQueryResultCachedGif[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for InlineQueryResultCachedGif[src]
impl From<InlineQueryResultCachedGif> for InlineQueryResult[src]
fn from(result: InlineQueryResultCachedGif) -> InlineQueryResult[src]
impl Serialize for InlineQueryResultCachedGif[src]
Auto Trait Implementations
impl RefUnwindSafe for InlineQueryResultCachedGif
impl Send for InlineQueryResultCachedGif
impl Sync for InlineQueryResultCachedGif
impl Unpin for InlineQueryResultCachedGif
impl UnwindSafe for InlineQueryResultCachedGif
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<'a, T> Captures<'a> for T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,