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