Expand description
FeeLineItem : Fee details for a specific fee.
Fields
fee_type: FeeTypeThe type of fee charged to the seller.
fee_charge: Box<MoneyType>Implementations
sourceimpl FeeLineItem
impl FeeLineItem
sourcepub fn new(fee_type: FeeType, fee_charge: MoneyType) -> FeeLineItem
pub fn new(fee_type: FeeType, fee_charge: MoneyType) -> FeeLineItem
Fee details for a specific fee.
Trait Implementations
sourceimpl Clone for FeeLineItem
impl Clone for FeeLineItem
sourcefn clone(&self) -> FeeLineItem
fn clone(&self) -> FeeLineItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FeeLineItem
impl Debug for FeeLineItem
sourceimpl Default for FeeLineItem
impl Default for FeeLineItem
sourcefn default() -> FeeLineItem
fn default() -> FeeLineItem
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FeeLineItem
impl<'de> Deserialize<'de> for FeeLineItem
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<FeeLineItem> for FeeLineItem
impl PartialEq<FeeLineItem> for FeeLineItem
sourcefn eq(&self, other: &FeeLineItem) -> bool
fn eq(&self, other: &FeeLineItem) -> bool
sourceimpl Serialize for FeeLineItem
impl Serialize for FeeLineItem
impl StructuralPartialEq for FeeLineItem
Auto Trait Implementations
impl RefUnwindSafe for FeeLineItem
impl Send for FeeLineItem
impl Sync for FeeLineItem
impl Unpin for FeeLineItem
impl UnwindSafe for FeeLineItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more