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