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