pub struct PaymentMethodUsBankAccountStatusDetails {
pub blocked: Option<PaymentMethodUsBankAccountBlocked>,
}Fields§
§blocked: Option<PaymentMethodUsBankAccountBlocked>Trait Implementations§
Source§impl Clone for PaymentMethodUsBankAccountStatusDetails
impl Clone for PaymentMethodUsBankAccountStatusDetails
Source§fn clone(&self) -> PaymentMethodUsBankAccountStatusDetails
fn clone(&self) -> PaymentMethodUsBankAccountStatusDetails
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 FromValueOpt for PaymentMethodUsBankAccountStatusDetails
impl FromValueOpt for PaymentMethodUsBankAccountStatusDetails
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodUsBankAccountStatusDetails
impl RefUnwindSafe for PaymentMethodUsBankAccountStatusDetails
impl Send for PaymentMethodUsBankAccountStatusDetails
impl Sync for PaymentMethodUsBankAccountStatusDetails
impl Unpin for PaymentMethodUsBankAccountStatusDetails
impl UnwindSafe for PaymentMethodUsBankAccountStatusDetails
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