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