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