pub struct ChatListMain { /* private fields */ }
Expand description
A main list of chats
Implementations§
Trait Implementations§
Source§impl AsRef<ChatListMain> for ChatListMain
impl AsRef<ChatListMain> for ChatListMain
Source§fn as_ref(&self) -> &ChatListMain
fn as_ref(&self) -> &ChatListMain
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChatListMain
impl Clone for ChatListMain
Source§fn clone(&self) -> ChatListMain
fn clone(&self) -> ChatListMain
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 ChatListMain
impl Debug for ChatListMain
Source§impl Default for ChatListMain
impl Default for ChatListMain
Source§fn default() -> ChatListMain
fn default() -> ChatListMain
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatListMain
impl<'de> Deserialize<'de> for ChatListMain
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 Serialize for ChatListMain
impl Serialize for ChatListMain
impl TDChatList for ChatListMain
Auto Trait Implementations§
impl Freeze for ChatListMain
impl RefUnwindSafe for ChatListMain
impl Send for ChatListMain
impl Sync for ChatListMain
impl Unpin for ChatListMain
impl UnwindSafe for ChatListMain
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