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