pub struct Themes {
pub hash: i64,
pub themes: Vec<Theme>,
}Expand description
Generated from:
account.themes#9a3d8c6d hash:long themes:Vector<Theme> = account.ThemesFields§
§hash: i64§themes: Vec<Theme>Trait Implementations§
Source§impl Deserializable for Themes
impl Deserializable for Themes
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl Identifiable for Themes
impl Identifiable for Themes
Source§const CONSTRUCTOR_ID: u32 = 0x9a3d8c6d
const CONSTRUCTOR_ID: u32 = 0x9a3d8c6d
The constructor ID as specified in the TL schema.
Source§impl Serializable for Themes
impl Serializable for Themes
impl StructuralPartialEq for Themes
Auto Trait Implementations§
impl Freeze for Themes
impl RefUnwindSafe for Themes
impl Send for Themes
impl Sync for Themes
impl Unpin for Themes
impl UnsafeUnpin for Themes
impl UnwindSafe for Themes
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