pub struct Quantity47Choice {
pub qty: Option<f64>,
pub desc: Option<String>,
}Fields§
§qty: Option<f64>§desc: Option<String>Implementations§
Source§impl Quantity47Choice
impl Quantity47Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Quantity47Choice
impl RefUnwindSafe for Quantity47Choice
impl Send for Quantity47Choice
impl Sync for Quantity47Choice
impl Unpin for Quantity47Choice
impl UnwindSafe for Quantity47Choice
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