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