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