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