pub struct GetChatThemes {
pub hash: i64,
}Expand description
Fields§
§hash: i64Trait Implementations§
Source§impl Clone for GetChatThemes
impl Clone for GetChatThemes
Source§fn clone(&self) -> GetChatThemes
fn clone(&self) -> GetChatThemes
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 GetChatThemes
impl Debug for GetChatThemes
Source§impl Identifiable for GetChatThemes
impl Identifiable for GetChatThemes
Source§const CONSTRUCTOR_ID: u32 = 0xd638de89
const CONSTRUCTOR_ID: u32 = 0xd638de89
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetChatThemes
impl PartialEq for GetChatThemes
Source§impl RemoteCall for GetChatThemes
impl RemoteCall for GetChatThemes
Source§impl Serializable for GetChatThemes
impl Serializable for GetChatThemes
impl StructuralPartialEq for GetChatThemes
Auto Trait Implementations§
impl Freeze for GetChatThemes
impl RefUnwindSafe for GetChatThemes
impl Send for GetChatThemes
impl Sync for GetChatThemes
impl Unpin for GetChatThemes
impl UnsafeUnpin for GetChatThemes
impl UnwindSafe for GetChatThemes
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