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