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