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