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