pub struct SepaDebitGeneratedFrom {
pub charge: Option<Expandable<Charge>>,
pub setup_attempt: Option<Expandable<SetupAttempt>>,
}Fields§
§charge: Option<Expandable<Charge>>The ID of the Charge that generated this PaymentMethod, if any.
setup_attempt: Option<Expandable<SetupAttempt>>The ID of the SetupAttempt that generated this PaymentMethod, if any.
Trait Implementations§
Source§impl Clone for SepaDebitGeneratedFrom
impl Clone for SepaDebitGeneratedFrom
Source§fn clone(&self) -> SepaDebitGeneratedFrom
fn clone(&self) -> SepaDebitGeneratedFrom
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 SepaDebitGeneratedFrom
impl Debug for SepaDebitGeneratedFrom
Source§impl Deserialize for SepaDebitGeneratedFrom
impl Deserialize for SepaDebitGeneratedFrom
Source§impl FromValueOpt for SepaDebitGeneratedFrom
impl FromValueOpt for SepaDebitGeneratedFrom
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SepaDebitGeneratedFrom
impl RefUnwindSafe for SepaDebitGeneratedFrom
impl Send for SepaDebitGeneratedFrom
impl Sync for SepaDebitGeneratedFrom
impl Unpin for SepaDebitGeneratedFrom
impl UnsafeUnpin for SepaDebitGeneratedFrom
impl UnwindSafe for SepaDebitGeneratedFrom
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