Expand description
FulfillmentInstruction : Contains the instructions about the fulfillment like where should it be fulfilled from.
Fields
fulfillment_supply_source_id: Option<String>Denotes the recommended sourceId where the order should be fulfilled from.
Implementations
sourceimpl FulfillmentInstruction
impl FulfillmentInstruction
sourcepub fn new() -> FulfillmentInstruction
pub fn new() -> FulfillmentInstruction
Contains the instructions about the fulfillment like where should it be fulfilled from.
Trait Implementations
sourceimpl Clone for FulfillmentInstruction
impl Clone for FulfillmentInstruction
sourcefn clone(&self) -> FulfillmentInstruction
fn clone(&self) -> FulfillmentInstruction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FulfillmentInstruction
impl Debug for FulfillmentInstruction
sourceimpl Default for FulfillmentInstruction
impl Default for FulfillmentInstruction
sourcefn default() -> FulfillmentInstruction
fn default() -> FulfillmentInstruction
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for FulfillmentInstruction
impl<'de> Deserialize<'de> for FulfillmentInstruction
sourcefn 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
sourceimpl PartialEq<FulfillmentInstruction> for FulfillmentInstruction
impl PartialEq<FulfillmentInstruction> for FulfillmentInstruction
sourcefn eq(&self, other: &FulfillmentInstruction) -> bool
fn eq(&self, other: &FulfillmentInstruction) -> bool
sourceimpl Serialize for FulfillmentInstruction
impl Serialize for FulfillmentInstruction
impl StructuralPartialEq for FulfillmentInstruction
Auto Trait Implementations
impl RefUnwindSafe for FulfillmentInstruction
impl Send for FulfillmentInstruction
impl Sync for FulfillmentInstruction
impl Unpin for FulfillmentInstruction
impl UnwindSafe for FulfillmentInstruction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more