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