pub struct OrderFeeItem {
pub title: String,
pub value: f64,
}Expand description
订单费用明细条目
Fields§
§title: String§value: f64Trait Implementations§
Source§impl Clone for OrderFeeItem
impl Clone for OrderFeeItem
Source§fn clone(&self) -> OrderFeeItem
fn clone(&self) -> OrderFeeItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OrderFeeItem
impl RefUnwindSafe for OrderFeeItem
impl Send for OrderFeeItem
impl Sync for OrderFeeItem
impl Unpin for OrderFeeItem
impl UnsafeUnpin for OrderFeeItem
impl UnwindSafe for OrderFeeItem
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