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