struct MaxQtysRow {
field: String,
value: String,
}Fields§
§field: String§value: StringTrait Implementations§
Source§impl Serialize for MaxQtysRow
impl Serialize for MaxQtysRow
Auto Trait Implementations§
impl Freeze for MaxQtysRow
impl RefUnwindSafe for MaxQtysRow
impl Send for MaxQtysRow
impl Sync for MaxQtysRow
impl Unpin for MaxQtysRow
impl UnsafeUnpin for MaxQtysRow
impl UnwindSafe for MaxQtysRow
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