Struct amazon_sp_fulfillment_inbound::models::confirm_preorder_response::ConfirmPreorderResponse
source · [−]pub struct ConfirmPreorderResponse {
pub payload: Option<Box<ConfirmPreorderResult>>,
pub errors: Option<Vec<Error>>,
}Expand description
ConfirmPreorderResponse : The response schema for the confirmPreorder operation.
Fields
payload: Option<Box<ConfirmPreorderResult>>errors: Option<Vec<Error>>A list of error responses returned when a request is unsuccessful.
Implementations
sourceimpl ConfirmPreorderResponse
impl ConfirmPreorderResponse
sourcepub fn new() -> ConfirmPreorderResponse
pub fn new() -> ConfirmPreorderResponse
The response schema for the confirmPreorder operation.
Trait Implementations
sourceimpl Clone for ConfirmPreorderResponse
impl Clone for ConfirmPreorderResponse
sourcefn clone(&self) -> ConfirmPreorderResponse
fn clone(&self) -> ConfirmPreorderResponse
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 ConfirmPreorderResponse
impl Debug for ConfirmPreorderResponse
sourceimpl Default for ConfirmPreorderResponse
impl Default for ConfirmPreorderResponse
sourcefn default() -> ConfirmPreorderResponse
fn default() -> ConfirmPreorderResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ConfirmPreorderResponse
impl<'de> Deserialize<'de> for ConfirmPreorderResponse
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<ConfirmPreorderResponse> for ConfirmPreorderResponse
impl PartialEq<ConfirmPreorderResponse> for ConfirmPreorderResponse
sourcefn eq(&self, other: &ConfirmPreorderResponse) -> bool
fn eq(&self, other: &ConfirmPreorderResponse) -> bool
sourceimpl Serialize for ConfirmPreorderResponse
impl Serialize for ConfirmPreorderResponse
impl StructuralPartialEq for ConfirmPreorderResponse
Auto Trait Implementations
impl RefUnwindSafe for ConfirmPreorderResponse
impl Send for ConfirmPreorderResponse
impl Sync for ConfirmPreorderResponse
impl Unpin for ConfirmPreorderResponse
impl UnwindSafe for ConfirmPreorderResponse
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