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