pub struct SourceMandateNotificationSepaDebitData {
pub creditor_identifier: Option<String>,
pub last4: Option<String>,
pub mandate_reference: Option<String>,
}Fields§
§creditor_identifier: Option<String>§last4: Option<String>§mandate_reference: Option<String>Trait Implementations§
source§impl Clone for SourceMandateNotificationSepaDebitData
impl Clone for SourceMandateNotificationSepaDebitData
source§fn clone(&self) -> SourceMandateNotificationSepaDebitData
fn clone(&self) -> SourceMandateNotificationSepaDebitData
Returns a copy 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 Default for SourceMandateNotificationSepaDebitData
impl Default for SourceMandateNotificationSepaDebitData
source§fn default() -> SourceMandateNotificationSepaDebitData
fn default() -> SourceMandateNotificationSepaDebitData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SourceMandateNotificationSepaDebitData
impl<'de> Deserialize<'de> for SourceMandateNotificationSepaDebitData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SourceMandateNotificationSepaDebitData
impl Send for SourceMandateNotificationSepaDebitData
impl Sync for SourceMandateNotificationSepaDebitData
impl Unpin for SourceMandateNotificationSepaDebitData
impl UnwindSafe for SourceMandateNotificationSepaDebitData
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