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