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