pub struct GetMessageThread { /* private fields */ }
Expand description
Returns information about a message thread. Can be used only if message.can_get_message_thread == true
Implementations§
Trait Implementations§
Source§impl AsRef<GetMessageThread> for GetMessageThread
impl AsRef<GetMessageThread> for GetMessageThread
Source§fn as_ref(&self) -> &GetMessageThread
fn as_ref(&self) -> &GetMessageThread
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for GetMessageThread
impl Clone for GetMessageThread
Source§fn clone(&self) -> GetMessageThread
fn clone(&self) -> GetMessageThread
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 GetMessageThread
impl Debug for GetMessageThread
Source§impl Default for GetMessageThread
impl Default for GetMessageThread
Source§fn default() -> GetMessageThread
fn default() -> GetMessageThread
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMessageThread
impl<'de> Deserialize<'de> for GetMessageThread
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
Auto Trait Implementations§
impl Freeze for GetMessageThread
impl RefUnwindSafe for GetMessageThread
impl Send for GetMessageThread
impl Sync for GetMessageThread
impl Unpin for GetMessageThread
impl UnwindSafe for GetMessageThread
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