pub struct UnitPriceType2Choice {
pub cd: Option<TypeOfPrice10Code>,
pub prtry: Option<GenericIdentification47>,
}Fields§
§cd: Option<TypeOfPrice10Code>§prtry: Option<GenericIdentification47>Implementations§
Source§impl UnitPriceType2Choice
impl UnitPriceType2Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UnitPriceType2Choice
impl RefUnwindSafe for UnitPriceType2Choice
impl Send for UnitPriceType2Choice
impl Sync for UnitPriceType2Choice
impl Unpin for UnitPriceType2Choice
impl UnwindSafe for UnitPriceType2Choice
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