pub struct OrderLineItemPricingBlocklists {
pub blocked_discounts: Option<Vec<OrderLineItemPricingBlocklistsBlockedDiscount>>,
pub blocked_taxes: Option<Vec<OrderLineItemPricingBlocklistsBlockedTax>>,
}Fields§
§blocked_discounts: Option<Vec<OrderLineItemPricingBlocklistsBlockedDiscount>>§blocked_taxes: Option<Vec<OrderLineItemPricingBlocklistsBlockedTax>>Trait Implementations§
Source§impl Clone for OrderLineItemPricingBlocklists
impl Clone for OrderLineItemPricingBlocklists
Source§fn clone(&self) -> OrderLineItemPricingBlocklists
fn clone(&self) -> OrderLineItemPricingBlocklists
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<'de> Deserialize<'de> for OrderLineItemPricingBlocklists
impl<'de> Deserialize<'de> for OrderLineItemPricingBlocklists
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 OrderLineItemPricingBlocklists
impl RefUnwindSafe for OrderLineItemPricingBlocklists
impl Send for OrderLineItemPricingBlocklists
impl Sync for OrderLineItemPricingBlocklists
impl Unpin for OrderLineItemPricingBlocklists
impl UnwindSafe for OrderLineItemPricingBlocklists
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