pub enum NewChatPrivacySettings {
NewChatPrivacySettings(NewChatPrivacySettings),
}Variants§
NewChatPrivacySettings(NewChatPrivacySettings)
Contains privacy settings for new chats with non-contacts
Trait Implementations§
Source§impl Clone for NewChatPrivacySettings
impl Clone for NewChatPrivacySettings
Source§fn clone(&self) -> NewChatPrivacySettings
fn clone(&self) -> NewChatPrivacySettings
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 NewChatPrivacySettings
impl Debug for NewChatPrivacySettings
Source§impl<'de> Deserialize<'de> for NewChatPrivacySettings
impl<'de> Deserialize<'de> for NewChatPrivacySettings
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 NewChatPrivacySettings
impl PartialEq for NewChatPrivacySettings
Source§impl Serialize for NewChatPrivacySettings
impl Serialize for NewChatPrivacySettings
impl StructuralPartialEq for NewChatPrivacySettings
Auto Trait Implementations§
impl Freeze for NewChatPrivacySettings
impl RefUnwindSafe for NewChatPrivacySettings
impl Send for NewChatPrivacySettings
impl Sync for NewChatPrivacySettings
impl Unpin for NewChatPrivacySettings
impl UnwindSafe for NewChatPrivacySettings
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