pub enum EquityInstrumentReportingClassification1Code {
CodeSHRS,
CodeOTHR,
CodeETFS,
CodeDPRS,
CodeCRFT,
}Variants§
Implementations§
Source§impl EquityInstrumentReportingClassification1Code
impl EquityInstrumentReportingClassification1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for EquityInstrumentReportingClassification1Code
impl RefUnwindSafe for EquityInstrumentReportingClassification1Code
impl Send for EquityInstrumentReportingClassification1Code
impl Sync for EquityInstrumentReportingClassification1Code
impl Unpin for EquityInstrumentReportingClassification1Code
impl UnwindSafe for EquityInstrumentReportingClassification1Code
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