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