pub struct CheckCanSendGift {
pub gift_id: i64,
}Expand description
Generated from:
payments.checkCanSendGift#c0c4edc9 gift_id:long = payments.CheckCanSendGiftResultFields§
§gift_id: i64Trait Implementations§
Source§impl Clone for CheckCanSendGift
impl Clone for CheckCanSendGift
Source§fn clone(&self) -> CheckCanSendGift
fn clone(&self) -> CheckCanSendGift
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 CheckCanSendGift
impl Debug for CheckCanSendGift
Source§impl Identifiable for CheckCanSendGift
impl Identifiable for CheckCanSendGift
Source§const CONSTRUCTOR_ID: u32 = 0xc0c4edc9
const CONSTRUCTOR_ID: u32 = 0xc0c4edc9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for CheckCanSendGift
impl PartialEq for CheckCanSendGift
Source§impl RemoteCall for CheckCanSendGift
impl RemoteCall for CheckCanSendGift
Source§type Return = CheckCanSendGiftResult
type Return = CheckCanSendGiftResult
The deserialized response type.
Source§impl Serializable for CheckCanSendGift
impl Serializable for CheckCanSendGift
impl StructuralPartialEq for CheckCanSendGift
Auto Trait Implementations§
impl Freeze for CheckCanSendGift
impl RefUnwindSafe for CheckCanSendGift
impl Send for CheckCanSendGift
impl Sync for CheckCanSendGift
impl Unpin for CheckCanSendGift
impl UnsafeUnpin for CheckCanSendGift
impl UnwindSafe for CheckCanSendGift
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