Struct telegram_bot_ars::types::CallbackQueryId
source · pub struct CallbackQueryId(_);Expand description
Unique identifier for CallbackQuery.
Trait Implementations§
source§impl Clone for CallbackQueryId
impl Clone for CallbackQueryId
source§fn clone(&self) -> CallbackQueryId
fn clone(&self) -> CallbackQueryId
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 CallbackQueryId
impl Debug for CallbackQueryId
source§impl<'de> Deserialize<'de> for CallbackQueryId
impl<'de> Deserialize<'de> for CallbackQueryId
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<CallbackQueryId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<CallbackQueryId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for CallbackQueryId
impl Hash for CallbackQueryId
source§impl Ord for CallbackQueryId
impl Ord for CallbackQueryId
source§fn cmp(&self, other: &CallbackQueryId) -> Ordering
fn cmp(&self, other: &CallbackQueryId) -> 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<CallbackQueryId> for CallbackQueryId
impl PartialEq<CallbackQueryId> for CallbackQueryId
source§fn eq(&self, other: &CallbackQueryId) -> bool
fn eq(&self, other: &CallbackQueryId) -> bool
source§impl PartialOrd<CallbackQueryId> for CallbackQueryId
impl PartialOrd<CallbackQueryId> for CallbackQueryId
source§fn partial_cmp(&self, other: &CallbackQueryId) -> Option<Ordering>
fn partial_cmp(&self, other: &CallbackQueryId) -> 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 CallbackQueryId
impl Serialize for CallbackQueryId
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