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