Struct billecta::BankAccountView [−][src]
pub struct BankAccountView {
pub account_no: Option<String>,
pub autogiro_compatible: Option<AutogiroCompatibleTypeView>,
pub clearing_no: Option<String>,
pub iban: Option<String>,
pub number: Option<String>,
}Fields
account_no: Option<String>autogiro_compatible: Option<AutogiroCompatibleTypeView>clearing_no: Option<String>iban: Option<String>number: Option<String>Trait Implementations
Returns the “default value” for a type. Read more
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 BankAccountView
impl Send for BankAccountView
impl Sync for BankAccountView
impl Unpin for BankAccountView
impl UnwindSafe for BankAccountView
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more