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