Struct amazon_sp_vendor_direct_fulfillment_orders::models::acknowledgement_status::AcknowledgementStatus
source · [−]Expand description
AcknowledgementStatus : Status of acknowledgement.
Fields
code: Option<String>Acknowledgement code is a unique two digit value which indicates the status of the acknowledgement. For a list of acknowledgement codes that Amazon supports, see the Vendor Direct Fulfillment APIs Use Case Guide.
description: Option<String>Reason for the acknowledgement code.
Implementations
sourceimpl AcknowledgementStatus
impl AcknowledgementStatus
sourcepub fn new() -> AcknowledgementStatus
pub fn new() -> AcknowledgementStatus
Status of acknowledgement.
Trait Implementations
sourceimpl Clone for AcknowledgementStatus
impl Clone for AcknowledgementStatus
sourcefn clone(&self) -> AcknowledgementStatus
fn clone(&self) -> AcknowledgementStatus
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 AcknowledgementStatus
impl Debug for AcknowledgementStatus
sourceimpl Default for AcknowledgementStatus
impl Default for AcknowledgementStatus
sourcefn default() -> AcknowledgementStatus
fn default() -> AcknowledgementStatus
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AcknowledgementStatus
impl<'de> Deserialize<'de> for AcknowledgementStatus
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<AcknowledgementStatus> for AcknowledgementStatus
impl PartialEq<AcknowledgementStatus> for AcknowledgementStatus
sourcefn eq(&self, other: &AcknowledgementStatus) -> bool
fn eq(&self, other: &AcknowledgementStatus) -> bool
sourceimpl Serialize for AcknowledgementStatus
impl Serialize for AcknowledgementStatus
impl StructuralPartialEq for AcknowledgementStatus
Auto Trait Implementations
impl RefUnwindSafe for AcknowledgementStatus
impl Send for AcknowledgementStatus
impl Sync for AcknowledgementStatus
impl Unpin for AcknowledgementStatus
impl UnwindSafe for AcknowledgementStatus
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