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