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