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