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