struct OrderFeeRow {
order_id_ex: String,
total: String,
items: String,
}Fields§
§order_id_ex: String§total: String§items: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for OrderFeeRow
impl RefUnwindSafe for OrderFeeRow
impl Send for OrderFeeRow
impl Sync for OrderFeeRow
impl Unpin for OrderFeeRow
impl UnsafeUnpin for OrderFeeRow
impl UnwindSafe for OrderFeeRow
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