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