pub struct PaymentMethodDetailsPix {
pub bank_transaction_id: Option<String>,
}
Fields§
§bank_transaction_id: Option<String>
Unique transaction id generated by BCB
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsPix
impl Clone for PaymentMethodDetailsPix
Source§fn clone(&self) -> PaymentMethodDetailsPix
fn clone(&self) -> PaymentMethodDetailsPix
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 PaymentMethodDetailsPix
impl Debug for PaymentMethodDetailsPix
Source§impl FromValueOpt for PaymentMethodDetailsPix
impl FromValueOpt for PaymentMethodDetailsPix
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsPix
impl RefUnwindSafe for PaymentMethodDetailsPix
impl Send for PaymentMethodDetailsPix
impl Sync for PaymentMethodDetailsPix
impl Unpin for PaymentMethodDetailsPix
impl UnwindSafe for PaymentMethodDetailsPix
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