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