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