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