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