pub struct UnitPrice19 {
pub pric_tp: UnitPriceType2Choice,
pub val: PriceValue1,
}Fields§
§pric_tp: UnitPriceType2Choice§val: PriceValue1Implementations§
Source§impl UnitPrice19
impl UnitPrice19
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnitPrice19
impl RefUnwindSafe for UnitPrice19
impl Send for UnitPrice19
impl Sync for UnitPrice19
impl Unpin for UnitPrice19
impl UnwindSafe for UnitPrice19
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