pub enum ArchiveChatListSettings {
ArchiveChatListSettings(ArchiveChatListSettings),
}Variants§
ArchiveChatListSettings(ArchiveChatListSettings)
Contains settings for automatic moving of chats to and from the Archive chat lists
Trait Implementations§
Source§impl Clone for ArchiveChatListSettings
impl Clone for ArchiveChatListSettings
Source§fn clone(&self) -> ArchiveChatListSettings
fn clone(&self) -> ArchiveChatListSettings
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 ArchiveChatListSettings
impl Debug for ArchiveChatListSettings
Source§impl<'de> Deserialize<'de> for ArchiveChatListSettings
impl<'de> Deserialize<'de> for ArchiveChatListSettings
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 PartialEq for ArchiveChatListSettings
impl PartialEq for ArchiveChatListSettings
Source§impl Serialize for ArchiveChatListSettings
impl Serialize for ArchiveChatListSettings
impl StructuralPartialEq for ArchiveChatListSettings
Auto Trait Implementations§
impl Freeze for ArchiveChatListSettings
impl RefUnwindSafe for ArchiveChatListSettings
impl Send for ArchiveChatListSettings
impl Sync for ArchiveChatListSettings
impl Unpin for ArchiveChatListSettings
impl UnwindSafe for ArchiveChatListSettings
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