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