pub struct ClassificationType2 {
pub clssfctn_fin_instrm: Option<String>,
pub fin_instrm_pdct_tp_cd: Option<String>,
pub altrn_clssfctn: Option<Vec<GenericIdentification36>>,
}Fields§
§clssfctn_fin_instrm: Option<String>§fin_instrm_pdct_tp_cd: Option<String>§altrn_clssfctn: Option<Vec<GenericIdentification36>>Implementations§
Source§impl ClassificationType2
impl ClassificationType2
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ClassificationType2
impl RefUnwindSafe for ClassificationType2
impl Send for ClassificationType2
impl Sync for ClassificationType2
impl Unpin for ClassificationType2
impl UnwindSafe for ClassificationType2
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