pub struct GetUniqueGiftChatThemes {
pub offset: String,
pub limit: i32,
pub hash: i64,
}Expand description
account.getUniqueGiftChatThemes
Generated from:
account.getUniqueGiftChatThemes#e42ce9c9 offset:string limit:int hash:long = account.ChatThemesFields§
§offset: String§limit: i32§hash: i64Trait Implementations§
Source§impl Clone for GetUniqueGiftChatThemes
impl Clone for GetUniqueGiftChatThemes
Source§fn clone(&self) -> GetUniqueGiftChatThemes
fn clone(&self) -> GetUniqueGiftChatThemes
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 GetUniqueGiftChatThemes
impl Debug for GetUniqueGiftChatThemes
Source§impl Identifiable for GetUniqueGiftChatThemes
impl Identifiable for GetUniqueGiftChatThemes
Source§const CONSTRUCTOR_ID: u32 = 0xe42ce9c9
const CONSTRUCTOR_ID: u32 = 0xe42ce9c9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetUniqueGiftChatThemes
impl PartialEq for GetUniqueGiftChatThemes
Source§impl RemoteCall for GetUniqueGiftChatThemes
impl RemoteCall for GetUniqueGiftChatThemes
Source§type Return = ChatThemes
type Return = ChatThemes
The deserialized response type.
impl StructuralPartialEq for GetUniqueGiftChatThemes
Auto Trait Implementations§
impl Freeze for GetUniqueGiftChatThemes
impl RefUnwindSafe for GetUniqueGiftChatThemes
impl Send for GetUniqueGiftChatThemes
impl Sync for GetUniqueGiftChatThemes
impl Unpin for GetUniqueGiftChatThemes
impl UnsafeUnpin for GetUniqueGiftChatThemes
impl UnwindSafe for GetUniqueGiftChatThemes
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