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