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