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