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