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 · 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>
Auto Trait Implementations§
impl Freeze for InvoicePaymentMethodOptionsPayto
impl RefUnwindSafe for InvoicePaymentMethodOptionsPayto
impl Send for InvoicePaymentMethodOptionsPayto
impl Sync for InvoicePaymentMethodOptionsPayto
impl Unpin 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