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