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