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