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