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