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