Struct rust_tdlib::types::AddRecentlyFoundChat
source · [−]pub struct AddRecentlyFoundChat { /* private fields */ }Expand description
Adds a chat to the list of recently found chats. The chat is added to the beginning of the list. If the chat is already in the list, it will be removed from the list first
Implementations
Trait Implementations
sourceimpl AsRef<AddRecentlyFoundChat> for AddRecentlyFoundChat
impl AsRef<AddRecentlyFoundChat> for AddRecentlyFoundChat
sourcefn as_ref(&self) -> &AddRecentlyFoundChat
fn as_ref(&self) -> &AddRecentlyFoundChat
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for AddRecentlyFoundChat
impl Clone for AddRecentlyFoundChat
sourcefn clone(&self) -> AddRecentlyFoundChat
fn clone(&self) -> AddRecentlyFoundChat
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 AddRecentlyFoundChat
impl Debug for AddRecentlyFoundChat
sourceimpl Default for AddRecentlyFoundChat
impl Default for AddRecentlyFoundChat
sourcefn default() -> AddRecentlyFoundChat
fn default() -> AddRecentlyFoundChat
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AddRecentlyFoundChat
impl<'de> Deserialize<'de> for AddRecentlyFoundChat
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 AddRecentlyFoundChat
impl Serialize for AddRecentlyFoundChat
Auto Trait Implementations
impl RefUnwindSafe for AddRecentlyFoundChat
impl Send for AddRecentlyFoundChat
impl Sync for AddRecentlyFoundChat
impl Unpin for AddRecentlyFoundChat
impl UnwindSafe for AddRecentlyFoundChat
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