pub struct SaveTheme {
pub theme: InputTheme,
pub unsave: bool,
}Expand description
Fields§
§theme: InputTheme§unsave: boolTrait Implementations§
Source§impl Identifiable for SaveTheme
impl Identifiable for SaveTheme
Source§const CONSTRUCTOR_ID: u32 = 0xf257106c
const CONSTRUCTOR_ID: u32 = 0xf257106c
The constructor ID as specified in the TL schema.
Source§impl Serializable for SaveTheme
impl Serializable for SaveTheme
impl StructuralPartialEq for SaveTheme
Auto Trait Implementations§
impl Freeze for SaveTheme
impl RefUnwindSafe for SaveTheme
impl Send for SaveTheme
impl Sync for SaveTheme
impl Unpin for SaveTheme
impl UnsafeUnpin for SaveTheme
impl UnwindSafe for SaveTheme
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