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