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