pub struct CheckGiftCode {
pub slug: String,
}Expand description
Generated from:
payments.checkGiftCode#8e51b4c1 slug:string = payments.CheckedGiftCodeFields§
§slug: StringTrait Implementations§
Source§impl Clone for CheckGiftCode
impl Clone for CheckGiftCode
Source§fn clone(&self) -> CheckGiftCode
fn clone(&self) -> CheckGiftCode
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 CheckGiftCode
impl Debug for CheckGiftCode
Source§impl Identifiable for CheckGiftCode
impl Identifiable for CheckGiftCode
Source§const CONSTRUCTOR_ID: u32 = 0x8e51b4c1
const CONSTRUCTOR_ID: u32 = 0x8e51b4c1
The constructor ID as specified in the TL schema.
Source§impl PartialEq for CheckGiftCode
impl PartialEq for CheckGiftCode
Source§impl RemoteCall for CheckGiftCode
impl RemoteCall for CheckGiftCode
Source§type Return = CheckedGiftCode
type Return = CheckedGiftCode
The deserialized response type.
Source§impl Serializable for CheckGiftCode
impl Serializable for CheckGiftCode
impl StructuralPartialEq for CheckGiftCode
Auto Trait Implementations§
impl Freeze for CheckGiftCode
impl RefUnwindSafe for CheckGiftCode
impl Send for CheckGiftCode
impl Sync for CheckGiftCode
impl Unpin for CheckGiftCode
impl UnsafeUnpin for CheckGiftCode
impl UnwindSafe for CheckGiftCode
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