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