pub struct InputInlineQueryResultLocation { /* private fields */ }
Expand description
Represents a point on the map
Implementations§
Source§impl InputInlineQueryResultLocation
impl InputInlineQueryResultLocation
pub fn from_json<S: AsRef<str>>(json: S) -> Result<Self>
pub fn builder() -> InputInlineQueryResultLocationBuilder
pub fn id(&self) -> &String
pub fn location(&self) -> &Location
pub fn live_period(&self) -> i32
pub fn title(&self) -> &String
pub fn thumbnail_url(&self) -> &String
pub fn thumbnail_width(&self) -> i32
pub fn thumbnail_height(&self) -> i32
pub fn reply_markup(&self) -> &ReplyMarkup
pub fn input_message_content(&self) -> &InputMessageContent
Trait Implementations§
Source§impl AsRef<InputInlineQueryResultLocation> for InputInlineQueryResultLocation
impl AsRef<InputInlineQueryResultLocation> for InputInlineQueryResultLocation
Source§fn as_ref(&self) -> &InputInlineQueryResultLocation
fn as_ref(&self) -> &InputInlineQueryResultLocation
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for InputInlineQueryResultLocation
impl Clone for InputInlineQueryResultLocation
Source§fn clone(&self) -> InputInlineQueryResultLocation
fn clone(&self) -> InputInlineQueryResultLocation
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 InputInlineQueryResultLocation
impl Default for InputInlineQueryResultLocation
Source§fn default() -> InputInlineQueryResultLocation
fn default() -> InputInlineQueryResultLocation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputInlineQueryResultLocation
impl<'de> Deserialize<'de> for InputInlineQueryResultLocation
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
impl TDInputInlineQueryResult for InputInlineQueryResultLocation
Auto Trait Implementations§
impl Freeze for InputInlineQueryResultLocation
impl RefUnwindSafe for InputInlineQueryResultLocation
impl Send for InputInlineQueryResultLocation
impl Sync for InputInlineQueryResultLocation
impl Unpin for InputInlineQueryResultLocation
impl UnwindSafe for InputInlineQueryResultLocation
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