pub struct Price8 {
pub val_tp: Option<PriceValueType3Code>,
pub val: PriceRateOrAmount3Choice,
pub pric_tp: Option<TypeOfPrice1Code>,
}Fields§
§val_tp: Option<PriceValueType3Code>§val: PriceRateOrAmount3Choice§pric_tp: Option<TypeOfPrice1Code>Implementations§
Auto Trait Implementations§
impl Freeze for Price8
impl RefUnwindSafe for Price8
impl Send for Price8
impl Sync for Price8
impl Unpin for Price8
impl UnwindSafe for Price8
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