pub struct SourceTypeBancontact {
pub bank_code: Option<String>,
pub bank_name: Option<String>,
pub bic: Option<String>,
pub iban_last4: Option<String>,
pub preferred_language: Option<String>,
pub statement_descriptor: Option<String>,
}
Fields§
§bank_code: Option<String>
§bank_name: Option<String>
§bic: Option<String>
§iban_last4: Option<String>
§preferred_language: Option<String>
§statement_descriptor: Option<String>
Trait Implementations§
Source§impl Clone for SourceTypeBancontact
impl Clone for SourceTypeBancontact
Source§fn clone(&self) -> SourceTypeBancontact
fn clone(&self) -> SourceTypeBancontact
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 Debug for SourceTypeBancontact
impl Debug for SourceTypeBancontact
Source§impl Deserialize for SourceTypeBancontact
impl Deserialize for SourceTypeBancontact
Source§impl FromValueOpt for SourceTypeBancontact
impl FromValueOpt for SourceTypeBancontact
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for SourceTypeBancontact
impl RefUnwindSafe for SourceTypeBancontact
impl Send for SourceTypeBancontact
impl Sync for SourceTypeBancontact
impl Unpin for SourceTypeBancontact
impl UnwindSafe for SourceTypeBancontact
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