pub enum OrderFulfillmentFulfillmentLineItemApplication {
All,
EntryList,
}
Expand description
The line_item_application
describes what order line items this fulfillment applies to.
It can be ALL
or ENTRY_LIST
with a supplied list of fulfillment entries.
Variants§
Trait Implementations§
Source§impl Clone for OrderFulfillmentFulfillmentLineItemApplication
impl Clone for OrderFulfillmentFulfillmentLineItemApplication
Source§fn clone(&self) -> OrderFulfillmentFulfillmentLineItemApplication
fn clone(&self) -> OrderFulfillmentFulfillmentLineItemApplication
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for OrderFulfillmentFulfillmentLineItemApplication
impl<'de> Deserialize<'de> for OrderFulfillmentFulfillmentLineItemApplication
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
Source§impl PartialEq for OrderFulfillmentFulfillmentLineItemApplication
impl PartialEq for OrderFulfillmentFulfillmentLineItemApplication
Source§fn eq(&self, other: &OrderFulfillmentFulfillmentLineItemApplication) -> bool
fn eq(&self, other: &OrderFulfillmentFulfillmentLineItemApplication) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for OrderFulfillmentFulfillmentLineItemApplication
impl StructuralPartialEq for OrderFulfillmentFulfillmentLineItemApplication
Auto Trait Implementations§
impl Freeze for OrderFulfillmentFulfillmentLineItemApplication
impl RefUnwindSafe for OrderFulfillmentFulfillmentLineItemApplication
impl Send for OrderFulfillmentFulfillmentLineItemApplication
impl Sync for OrderFulfillmentFulfillmentLineItemApplication
impl Unpin for OrderFulfillmentFulfillmentLineItemApplication
impl UnwindSafe for OrderFulfillmentFulfillmentLineItemApplication
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.