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