pub enum PriceValueType1Code {
CodeDISC,
CodePREM,
CodePARV,
}Variants§
Implementations§
Source§impl PriceValueType1Code
impl PriceValueType1Code
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for PriceValueType1Code
impl Clone for PriceValueType1Code
Source§fn clone(&self) -> PriceValueType1Code
fn clone(&self) -> PriceValueType1Code
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PriceValueType1Code
impl Debug for PriceValueType1Code
Source§impl Default for PriceValueType1Code
impl Default for PriceValueType1Code
Source§fn default() -> PriceValueType1Code
fn default() -> PriceValueType1Code
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PriceValueType1Code
impl<'de> Deserialize<'de> for PriceValueType1Code
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PriceValueType1Code
impl PartialEq for PriceValueType1Code
Source§impl Serialize for PriceValueType1Code
impl Serialize for PriceValueType1Code
impl StructuralPartialEq for PriceValueType1Code
Auto Trait Implementations§
impl Freeze for PriceValueType1Code
impl RefUnwindSafe for PriceValueType1Code
impl Send for PriceValueType1Code
impl Sync for PriceValueType1Code
impl Unpin for PriceValueType1Code
impl UnwindSafe for PriceValueType1Code
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