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