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