pub enum UpdateInvoiceShippingCostShippingRateDataType {
FixedAmount,
}
Expand description
The type of calculation to use on the shipping rate.
Variants§
FixedAmount
Implementations§
Trait Implementations§
Source§impl Clone for UpdateInvoiceShippingCostShippingRateDataType
impl Clone for UpdateInvoiceShippingCostShippingRateDataType
Source§fn clone(&self) -> UpdateInvoiceShippingCostShippingRateDataType
fn clone(&self) -> UpdateInvoiceShippingCostShippingRateDataType
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 moreSource§impl PartialEq for UpdateInvoiceShippingCostShippingRateDataType
impl PartialEq for UpdateInvoiceShippingCostShippingRateDataType
Source§fn eq(&self, other: &UpdateInvoiceShippingCostShippingRateDataType) -> bool
fn eq(&self, other: &UpdateInvoiceShippingCostShippingRateDataType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for UpdateInvoiceShippingCostShippingRateDataType
impl Eq for UpdateInvoiceShippingCostShippingRateDataType
impl StructuralPartialEq for UpdateInvoiceShippingCostShippingRateDataType
Auto Trait Implementations§
impl Freeze for UpdateInvoiceShippingCostShippingRateDataType
impl RefUnwindSafe for UpdateInvoiceShippingCostShippingRateDataType
impl Send for UpdateInvoiceShippingCostShippingRateDataType
impl Sync for UpdateInvoiceShippingCostShippingRateDataType
impl Unpin for UpdateInvoiceShippingCostShippingRateDataType
impl UnwindSafe for UpdateInvoiceShippingCostShippingRateDataType
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