pub struct InputStoryAreaTypeFoundVenue {
pub query_id: i64,
pub result_id: String,
}
Expand description
An area pointing to a venue found by the bot getOption(“venue_search_bot_username”)
Fields§
§query_id: i64
Identifier of the inline query, used to found the venue
result_id: String
Identifier of the inline query result
Trait Implementations§
Source§impl Clone for InputStoryAreaTypeFoundVenue
impl Clone for InputStoryAreaTypeFoundVenue
Source§fn clone(&self) -> InputStoryAreaTypeFoundVenue
fn clone(&self) -> InputStoryAreaTypeFoundVenue
Returns a duplicate 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 InputStoryAreaTypeFoundVenue
impl Debug for InputStoryAreaTypeFoundVenue
Source§impl Default for InputStoryAreaTypeFoundVenue
impl Default for InputStoryAreaTypeFoundVenue
Source§fn default() -> InputStoryAreaTypeFoundVenue
fn default() -> InputStoryAreaTypeFoundVenue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputStoryAreaTypeFoundVenue
impl<'de> Deserialize<'de> for InputStoryAreaTypeFoundVenue
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 PartialEq for InputStoryAreaTypeFoundVenue
impl PartialEq for InputStoryAreaTypeFoundVenue
Source§fn eq(&self, other: &InputStoryAreaTypeFoundVenue) -> bool
fn eq(&self, other: &InputStoryAreaTypeFoundVenue) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for InputStoryAreaTypeFoundVenue
Auto Trait Implementations§
impl Freeze for InputStoryAreaTypeFoundVenue
impl RefUnwindSafe for InputStoryAreaTypeFoundVenue
impl Send for InputStoryAreaTypeFoundVenue
impl Sync for InputStoryAreaTypeFoundVenue
impl Unpin for InputStoryAreaTypeFoundVenue
impl UnwindSafe for InputStoryAreaTypeFoundVenue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more