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