pub struct CounterpartyIdentification3Choice {
pub lei: Option<String>,
pub sctr_and_lctn: Option<SectorAndLocation1>,
pub nm_and_lctn: Option<NameAndLocation1>,
}Fields§
§lei: Option<String>§sctr_and_lctn: Option<SectorAndLocation1>§nm_and_lctn: Option<NameAndLocation1>Implementations§
Source§impl CounterpartyIdentification3Choice
impl CounterpartyIdentification3Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for CounterpartyIdentification3Choice
impl RefUnwindSafe for CounterpartyIdentification3Choice
impl Send for CounterpartyIdentification3Choice
impl Sync for CounterpartyIdentification3Choice
impl Unpin for CounterpartyIdentification3Choice
impl UnwindSafe for CounterpartyIdentification3Choice
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