Struct rust_tdlib::types::ChatListMain
source · [−]pub struct ChatListMain { /* private fields */ }
Expand description
A main list of chats
Implementations
Trait Implementations
sourceimpl AsRef<ChatListMain> for ChatListMain
impl AsRef<ChatListMain> for ChatListMain
sourcefn as_ref(&self) -> &ChatListMain
fn as_ref(&self) -> &ChatListMain
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ChatListMain
impl Clone for ChatListMain
sourcefn clone(&self) -> ChatListMain
fn clone(&self) -> ChatListMain
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ChatListMain
impl Debug for ChatListMain
sourceimpl Default for ChatListMain
impl Default for ChatListMain
sourcefn default() -> ChatListMain
fn default() -> ChatListMain
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ChatListMain
impl<'de> Deserialize<'de> for ChatListMain
sourcefn 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
sourceimpl Serialize for ChatListMain
impl Serialize for ChatListMain
impl TDChatList for ChatListMain
Auto Trait Implementations
impl RefUnwindSafe for ChatListMain
impl Send for ChatListMain
impl Sync for ChatListMain
impl Unpin for ChatListMain
impl UnwindSafe for ChatListMain
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more