pub struct InvoicePaymentMethodOptionsPayto {
pub mandate_options: Option<InvoiceMandateOptionsPayto>,
}Fields§
§mandate_options: Option<InvoiceMandateOptionsPayto>Trait Implementations§
Source§impl Clone for InvoicePaymentMethodOptionsPayto
impl Clone for InvoicePaymentMethodOptionsPayto
Source§fn clone(&self) -> InvoicePaymentMethodOptionsPayto
fn clone(&self) -> InvoicePaymentMethodOptionsPayto
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 FromValueOpt for InvoicePaymentMethodOptionsPayto
impl FromValueOpt for InvoicePaymentMethodOptionsPayto
fn from_value(v: Value) -> Option<Self>
Source§impl PartialEq for InvoicePaymentMethodOptionsPayto
impl PartialEq for InvoicePaymentMethodOptionsPayto
Source§fn eq(&self, other: &InvoicePaymentMethodOptionsPayto) -> bool
fn eq(&self, other: &InvoicePaymentMethodOptionsPayto) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for InvoicePaymentMethodOptionsPayto
impl StructuralPartialEq for InvoicePaymentMethodOptionsPayto
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsPayto
impl RefUnwindSafe for InvoicePaymentMethodOptionsPayto
impl Send for InvoicePaymentMethodOptionsPayto
impl Sync for InvoicePaymentMethodOptionsPayto
impl Unpin for InvoicePaymentMethodOptionsPayto
impl UnsafeUnpin for InvoicePaymentMethodOptionsPayto
impl UnwindSafe for InvoicePaymentMethodOptionsPayto
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