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