pub struct SettingsSectionEditProfile {
pub subsection: String,
}Expand description
The profile edit section
Fields§
§subsection: StringSubsection of the section; may be one of “”, “set-photo”, “first-name”, “last-name”, “emoji-status”, “bio”, “birthday”, “change-number”, “username”, “your-color”, “channel”, “add-account”, “log-out”, “profile-color/profile”, “profile-color/profile/add-icons”, “profile-color/profile/use-gift”, “profile-color/name”, “profile-color/name/add-icons”, “profile-color/name/use-gift”, “profile-photo/use-emoji”
Trait Implementations§
Source§impl Clone for SettingsSectionEditProfile
impl Clone for SettingsSectionEditProfile
Source§fn clone(&self) -> SettingsSectionEditProfile
fn clone(&self) -> SettingsSectionEditProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SettingsSectionEditProfile
impl Debug for SettingsSectionEditProfile
Source§impl Default for SettingsSectionEditProfile
impl Default for SettingsSectionEditProfile
Source§fn default() -> SettingsSectionEditProfile
fn default() -> SettingsSectionEditProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingsSectionEditProfile
impl<'de> Deserialize<'de> for SettingsSectionEditProfile
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 SettingsSectionEditProfile
impl PartialEq for SettingsSectionEditProfile
Source§fn eq(&self, other: &SettingsSectionEditProfile) -> bool
fn eq(&self, other: &SettingsSectionEditProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SettingsSectionEditProfile
Auto Trait Implementations§
impl Freeze for SettingsSectionEditProfile
impl RefUnwindSafe for SettingsSectionEditProfile
impl Send for SettingsSectionEditProfile
impl Sync for SettingsSectionEditProfile
impl Unpin for SettingsSectionEditProfile
impl UnsafeUnpin for SettingsSectionEditProfile
impl UnwindSafe for SettingsSectionEditProfile
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