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