pub enum _5213 {
A,
I,
S,
}Expand description
Sub-line item price change operation code
Code specifying the price change operation for a sub- line item.
Variants§
A
Added to the baseline item unit price
I
Included in the baseline item unit price
S
Subtracted from the baseline item unit price
Trait Implementations§
Source§impl<'de> Deserialize<'de> for _5213
impl<'de> Deserialize<'de> for _5213
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
Auto Trait Implementations§
impl Freeze for _5213
impl RefUnwindSafe for _5213
impl Send for _5213
impl Sync for _5213
impl Unpin for _5213
impl UnwindSafe for _5213
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