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