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