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