Struct telegram_bot_ars::types::InlineQueryId
source · pub struct InlineQueryId(_);Trait Implementations§
source§impl Clone for InlineQueryId
impl Clone for InlineQueryId
source§fn clone(&self) -> InlineQueryId
fn clone(&self) -> InlineQueryId
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 Debug for InlineQueryId
impl Debug for InlineQueryId
source§impl<'de> Deserialize<'de> for InlineQueryId
impl<'de> Deserialize<'de> for InlineQueryId
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<InlineQueryId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<InlineQueryId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for InlineQueryId
impl Hash for InlineQueryId
source§impl Into<InlineQueryId> for InlineQuery
impl Into<InlineQueryId> for InlineQuery
source§fn into(self) -> InlineQueryId
fn into(self) -> InlineQueryId
Converts this type into the (usually inferred) input type.
source§impl Ord for InlineQueryId
impl Ord for InlineQueryId
source§fn cmp(&self, other: &InlineQueryId) -> Ordering
fn cmp(&self, other: &InlineQueryId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<InlineQueryId> for InlineQueryId
impl PartialEq<InlineQueryId> for InlineQueryId
source§fn eq(&self, other: &InlineQueryId) -> bool
fn eq(&self, other: &InlineQueryId) -> bool
source§impl PartialOrd<InlineQueryId> for InlineQueryId
impl PartialOrd<InlineQueryId> for InlineQueryId
source§fn partial_cmp(&self, other: &InlineQueryId) -> Option<Ordering>
fn partial_cmp(&self, other: &InlineQueryId) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for InlineQueryId
impl Serialize for InlineQueryId
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more