pub struct OrderPricingOptions {
pub auto_apply_discounts: Option<bool>,
pub auto_apply_taxes: Option<bool>,
}Fields§
§auto_apply_discounts: Option<bool>§auto_apply_taxes: Option<bool>Trait Implementations§
Source§impl Clone for OrderPricingOptions
impl Clone for OrderPricingOptions
Source§fn clone(&self) -> OrderPricingOptions
fn clone(&self) -> OrderPricingOptions
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 Debug for OrderPricingOptions
impl Debug for OrderPricingOptions
Source§impl<'de> Deserialize<'de> for OrderPricingOptions
impl<'de> Deserialize<'de> for OrderPricingOptions
Source§fn 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
Auto Trait Implementations§
impl Freeze for OrderPricingOptions
impl RefUnwindSafe for OrderPricingOptions
impl Send for OrderPricingOptions
impl Sync for OrderPricingOptions
impl Unpin for OrderPricingOptions
impl UnwindSafe for OrderPricingOptions
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