pub struct PaymentMethodPix {
pub fingerprint: Option<String>,
}Fields§
§fingerprint: Option<String>Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same.
Trait Implementations§
Source§impl Clone for PaymentMethodPix
impl Clone for PaymentMethodPix
Source§fn clone(&self) -> PaymentMethodPix
fn clone(&self) -> PaymentMethodPix
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PaymentMethodPix
impl Debug for PaymentMethodPix
Source§impl Deserialize for PaymentMethodPix
impl Deserialize for PaymentMethodPix
impl Eq for PaymentMethodPix
Source§impl FromValueOpt for PaymentMethodPix
impl FromValueOpt for PaymentMethodPix
fn from_value(v: Value) -> Option<Self>
Source§impl ObjectDeser for PaymentMethodPix
impl ObjectDeser for PaymentMethodPix
Source§impl PartialEq for PaymentMethodPix
impl PartialEq for PaymentMethodPix
impl StructuralPartialEq for PaymentMethodPix
Auto Trait Implementations§
impl Freeze for PaymentMethodPix
impl RefUnwindSafe for PaymentMethodPix
impl Send for PaymentMethodPix
impl Sync for PaymentMethodPix
impl Unpin for PaymentMethodPix
impl UnsafeUnpin for PaymentMethodPix
impl UnwindSafe for PaymentMethodPix
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