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