[−][src]Struct tg_botapi::types::InlineQueryResultVenue
Fields
id: Stringlatitude: f64longitude: f64title: Stringaddress: Stringfoursquare_id: Option<String>foursquare_type: Option<String>reply_markup: Option<InlineKeyboardMarkup>input_message_content: Option<InputMessageContent>thumb_url: Option<String>thumb_width: Option<i64>thumb_height: Option<i64>Trait Implementations
impl Clone for InlineQueryResultVenue[src]
fn clone(&self) -> InlineQueryResultVenue[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for InlineQueryResultVenue[src]
impl From<InlineQueryResultVenue> for InlineQueryResult[src]
fn from(result: InlineQueryResultVenue) -> InlineQueryResult[src]
impl Serialize for InlineQueryResultVenue[src]
Auto Trait Implementations
impl RefUnwindSafe for InlineQueryResultVenue
impl Send for InlineQueryResultVenue
impl Sync for InlineQueryResultVenue
impl Unpin for InlineQueryResultVenue
impl UnwindSafe for InlineQueryResultVenue
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>,