pub struct OrderFulfillmentFulfillmentEntry {
pub line_item_uid: String,
pub quantity: String,
pub metadata: Option<HashMap<String, String>>,
pub uid: Option<String>,
}Fields§
§line_item_uid: String§quantity: String§metadata: Option<HashMap<String, String>>§uid: Option<String>Trait Implementations§
Source§impl Clone for OrderFulfillmentFulfillmentEntry
impl Clone for OrderFulfillmentFulfillmentEntry
Source§fn clone(&self) -> OrderFulfillmentFulfillmentEntry
fn clone(&self) -> OrderFulfillmentFulfillmentEntry
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 OrderFulfillmentFulfillmentEntry
impl<'de> Deserialize<'de> for OrderFulfillmentFulfillmentEntry
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 OrderFulfillmentFulfillmentEntry
impl RefUnwindSafe for OrderFulfillmentFulfillmentEntry
impl Send for OrderFulfillmentFulfillmentEntry
impl Sync for OrderFulfillmentFulfillmentEntry
impl Unpin for OrderFulfillmentFulfillmentEntry
impl UnwindSafe for OrderFulfillmentFulfillmentEntry
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