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