pub struct InstallTheme {
pub dark: bool,
pub theme: Option<InputTheme>,
pub format: Option<String>,
pub base_theme: Option<BaseTheme>,
}Expand description
Generated from:
account.installTheme#c727bb3b flags:# dark:flags.0?true theme:flags.1?InputTheme format:flags.2?string base_theme:flags.3?BaseTheme = BoolFields§
§dark: bool§theme: Option<InputTheme>§format: Option<String>§base_theme: Option<BaseTheme>Trait Implementations§
Source§impl Clone for InstallTheme
impl Clone for InstallTheme
Source§fn clone(&self) -> InstallTheme
fn clone(&self) -> InstallTheme
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 InstallTheme
impl Debug for InstallTheme
Source§impl Identifiable for InstallTheme
impl Identifiable for InstallTheme
Source§const CONSTRUCTOR_ID: u32 = 0xc727bb3b
const CONSTRUCTOR_ID: u32 = 0xc727bb3b
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InstallTheme
impl PartialEq for InstallTheme
Source§impl RemoteCall for InstallTheme
impl RemoteCall for InstallTheme
Source§impl Serializable for InstallTheme
impl Serializable for InstallTheme
impl StructuralPartialEq for InstallTheme
Auto Trait Implementations§
impl Freeze for InstallTheme
impl RefUnwindSafe for InstallTheme
impl Send for InstallTheme
impl Sync for InstallTheme
impl Unpin for InstallTheme
impl UnsafeUnpin for InstallTheme
impl UnwindSafe for InstallTheme
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