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