pub struct AccountIdentification4Choice {
pub iban: Option<String>,
pub othr: Option<GenericAccountIdentification1>,
}Fields§
§iban: Option<String>§othr: Option<GenericAccountIdentification1>Implementations§
Source§impl AccountIdentification4Choice
impl AccountIdentification4Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AccountIdentification4Choice
impl RefUnwindSafe for AccountIdentification4Choice
impl Send for AccountIdentification4Choice
impl Sync for AccountIdentification4Choice
impl Unpin for AccountIdentification4Choice
impl UnwindSafe for AccountIdentification4Choice
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