pub struct GetThemes {
pub format: String,
pub hash: i64,
}Expand description
Generated from:
account.getThemes#7206e458 format:string hash:long = account.ThemesFields§
§format: String§hash: i64Trait Implementations§
Source§impl Identifiable for GetThemes
impl Identifiable for GetThemes
Source§const CONSTRUCTOR_ID: u32 = 0x7206e458
const CONSTRUCTOR_ID: u32 = 0x7206e458
The constructor ID as specified in the TL schema.
Source§impl Serializable for GetThemes
impl Serializable for GetThemes
impl StructuralPartialEq for GetThemes
Auto Trait Implementations§
impl Freeze for GetThemes
impl RefUnwindSafe for GetThemes
impl Send for GetThemes
impl Sync for GetThemes
impl Unpin for GetThemes
impl UnsafeUnpin for GetThemes
impl UnwindSafe for GetThemes
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