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