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