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