pub struct SettingsSectionQrCode {
pub subsection: String,
}Expand description
The current user’s QR code section
Fields§
§subsection: StringSubsection of the section; may be one of “”, “share”, “scan”
Trait Implementations§
Source§impl Clone for SettingsSectionQrCode
impl Clone for SettingsSectionQrCode
Source§fn clone(&self) -> SettingsSectionQrCode
fn clone(&self) -> SettingsSectionQrCode
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 SettingsSectionQrCode
impl Debug for SettingsSectionQrCode
Source§impl Default for SettingsSectionQrCode
impl Default for SettingsSectionQrCode
Source§fn default() -> SettingsSectionQrCode
fn default() -> SettingsSectionQrCode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettingsSectionQrCode
impl<'de> Deserialize<'de> for SettingsSectionQrCode
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 SettingsSectionQrCode
impl PartialEq for SettingsSectionQrCode
Source§impl Serialize for SettingsSectionQrCode
impl Serialize for SettingsSectionQrCode
impl StructuralPartialEq for SettingsSectionQrCode
Auto Trait Implementations§
impl Freeze for SettingsSectionQrCode
impl RefUnwindSafe for SettingsSectionQrCode
impl Send for SettingsSectionQrCode
impl Sync for SettingsSectionQrCode
impl Unpin for SettingsSectionQrCode
impl UnsafeUnpin for SettingsSectionQrCode
impl UnwindSafe for SettingsSectionQrCode
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