struct PosRow {
code: String,
name: String,
qty: String,
sellable: String,
cost: String,
price: String,
val: String,
pl: String,
pl_pct: String,
}Fields§
§code: String§name: String§qty: String§sellable: String§cost: String§price: String§val: String§pl: String§pl_pct: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PosRow
impl RefUnwindSafe for PosRow
impl Send for PosRow
impl Sync for PosRow
impl Unpin for PosRow
impl UnsafeUnpin for PosRow
impl UnwindSafe for PosRow
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