pub struct SettingsSectionChatFolders {
pub subsection: String,
}Expand description
The chat folder settings section
Fields§
§subsection: StringSubsection of the section; may be one of “”, “edit”, “create”, “add-recommended”, “show-tags”, “tab-view”
Trait Implementations§
Source§impl Clone for SettingsSectionChatFolders
impl Clone for SettingsSectionChatFolders
Source§fn clone(&self) -> SettingsSectionChatFolders
fn clone(&self) -> SettingsSectionChatFolders
Returns a duplicate 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 SettingsSectionChatFolders
impl Debug for SettingsSectionChatFolders
Source§impl Default for SettingsSectionChatFolders
impl Default for SettingsSectionChatFolders
Source§fn default() -> SettingsSectionChatFolders
fn default() -> SettingsSectionChatFolders
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingsSectionChatFolders
impl<'de> Deserialize<'de> for SettingsSectionChatFolders
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
impl StructuralPartialEq for SettingsSectionChatFolders
Auto Trait Implementations§
impl Freeze for SettingsSectionChatFolders
impl RefUnwindSafe for SettingsSectionChatFolders
impl Send for SettingsSectionChatFolders
impl Sync for SettingsSectionChatFolders
impl Unpin for SettingsSectionChatFolders
impl UnsafeUnpin for SettingsSectionChatFolders
impl UnwindSafe for SettingsSectionChatFolders
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