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