Struct tbot::types::inline_message_id::InlineMessageId   
source · pub struct InlineMessageId(pub String);Expand description
Represents an inline message ID.
Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for InlineMessageId
 
impl Clone for InlineMessageId
source§fn clone(&self) -> InlineMessageId
 
fn clone(&self) -> InlineMessageId
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 InlineMessageId
 
impl Debug for InlineMessageId
source§impl<'de> Deserialize<'de> for InlineMessageId
 
impl<'de> Deserialize<'de> for InlineMessageId
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<'a> From<&'a String> for InlineMessageId
 
impl<'a> From<&'a String> for InlineMessageId
source§impl<'a> From<&'a str> for InlineMessageId
 
impl<'a> From<&'a str> for InlineMessageId
source§impl From<String> for InlineMessageId
 
impl From<String> for InlineMessageId
source§impl Hash for InlineMessageId
 
impl Hash for InlineMessageId
source§impl PartialEq<InlineMessageId> for InlineMessageId
 
impl PartialEq<InlineMessageId> for InlineMessageId
source§fn eq(&self, other: &InlineMessageId) -> bool
 
fn eq(&self, other: &InlineMessageId) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.