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§
Source§impl AsRef<AddRecentlyFoundChat> for AddRecentlyFoundChat
impl AsRef<AddRecentlyFoundChat> for AddRecentlyFoundChat
Source§fn as_ref(&self) -> &AddRecentlyFoundChat
fn as_ref(&self) -> &AddRecentlyFoundChat
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for AddRecentlyFoundChat
impl Clone for AddRecentlyFoundChat
Source§fn clone(&self) -> AddRecentlyFoundChat
fn clone(&self) -> AddRecentlyFoundChat
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 AddRecentlyFoundChat
impl Debug for AddRecentlyFoundChat
Source§impl Default for AddRecentlyFoundChat
impl Default for AddRecentlyFoundChat
Source§fn default() -> AddRecentlyFoundChat
fn default() -> AddRecentlyFoundChat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddRecentlyFoundChat
impl<'de> Deserialize<'de> for AddRecentlyFoundChat
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 AddRecentlyFoundChat
impl RefUnwindSafe for AddRecentlyFoundChat
impl Send for AddRecentlyFoundChat
impl Sync for AddRecentlyFoundChat
impl Unpin for AddRecentlyFoundChat
impl UnwindSafe for AddRecentlyFoundChat
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