Struct amazon_sp_vendor_orders::models::acknowledgement_status_details::AcknowledgementStatusDetails
source · [−]pub struct AcknowledgementStatusDetails {
pub acknowledgement_date: Option<String>,
pub accepted_quantity: Option<Box<ItemQuantity>>,
pub rejected_quantity: Option<Box<ItemQuantity>>,
}Expand description
AcknowledgementStatusDetails : Details of item quantity ordered
Fields
acknowledgement_date: Option<String>The date when the line item was confirmed by vendor. Must be in ISO-8601 date/time format.
accepted_quantity: Option<Box<ItemQuantity>>rejected_quantity: Option<Box<ItemQuantity>>Implementations
sourceimpl AcknowledgementStatusDetails
impl AcknowledgementStatusDetails
sourcepub fn new() -> AcknowledgementStatusDetails
pub fn new() -> AcknowledgementStatusDetails
Details of item quantity ordered
Trait Implementations
sourceimpl Clone for AcknowledgementStatusDetails
impl Clone for AcknowledgementStatusDetails
sourcefn clone(&self) -> AcknowledgementStatusDetails
fn clone(&self) -> AcknowledgementStatusDetails
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 AcknowledgementStatusDetails
impl Debug for AcknowledgementStatusDetails
sourceimpl Default for AcknowledgementStatusDetails
impl Default for AcknowledgementStatusDetails
sourcefn default() -> AcknowledgementStatusDetails
fn default() -> AcknowledgementStatusDetails
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AcknowledgementStatusDetails
impl<'de> Deserialize<'de> for AcknowledgementStatusDetails
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<AcknowledgementStatusDetails> for AcknowledgementStatusDetails
impl PartialEq<AcknowledgementStatusDetails> for AcknowledgementStatusDetails
sourcefn eq(&self, other: &AcknowledgementStatusDetails) -> bool
fn eq(&self, other: &AcknowledgementStatusDetails) -> bool
impl StructuralPartialEq for AcknowledgementStatusDetails
Auto Trait Implementations
impl RefUnwindSafe for AcknowledgementStatusDetails
impl Send for AcknowledgementStatusDetails
impl Sync for AcknowledgementStatusDetails
impl Unpin for AcknowledgementStatusDetails
impl UnwindSafe for AcknowledgementStatusDetails
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