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