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