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