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