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