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