pub struct PartyIdentification2Choice {
pub bic_or_bei: Option<String>,
pub prtry_id: Option<GenericIdentification1>,
pub nm_and_adr: Option<NameAndAddress5>,
}Fields§
§bic_or_bei: Option<String>§prtry_id: Option<GenericIdentification1>§nm_and_adr: Option<NameAndAddress5>Implementations§
Source§impl PartyIdentification2Choice
impl PartyIdentification2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyIdentification2Choice
impl RefUnwindSafe for PartyIdentification2Choice
impl Send for PartyIdentification2Choice
impl Sync for PartyIdentification2Choice
impl Unpin for PartyIdentification2Choice
impl UnwindSafe for PartyIdentification2Choice
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