pub enum PriceValueType3Code {
CodeDISC,
CodePREM,
CodePARV,
CodeYIEL,
CodeSPRE,
CodePEUN,
CodeABSO,
CodeTEDP,
CodeTEDY,
CodeFICT,
CodeVACT,
}Variants§
Implementations§
Source§impl PriceValueType3Code
impl PriceValueType3Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PriceValueType3Code
impl RefUnwindSafe for PriceValueType3Code
impl Send for PriceValueType3Code
impl Sync for PriceValueType3Code
impl Unpin for PriceValueType3Code
impl UnwindSafe for PriceValueType3Code
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