pub enum GetMyFeesEstimateForAsinError {
Status400(GetMyFeesEstimateResponse),
Status401(GetMyFeesEstimateResponse),
Status403(GetMyFeesEstimateResponse),
Status404(GetMyFeesEstimateResponse),
Status429(GetMyFeesEstimateResponse),
Status500(GetMyFeesEstimateResponse),
Status503(GetMyFeesEstimateResponse),
UnknownValue(Value),
}Expand description
struct for typed errors of method get_my_fees_estimate_for_asin
Variants§
Status400(GetMyFeesEstimateResponse)
Status401(GetMyFeesEstimateResponse)
Status403(GetMyFeesEstimateResponse)
Status404(GetMyFeesEstimateResponse)
Status429(GetMyFeesEstimateResponse)
Status500(GetMyFeesEstimateResponse)
Status503(GetMyFeesEstimateResponse)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for GetMyFeesEstimateForAsinError
impl Clone for GetMyFeesEstimateForAsinError
Source§fn clone(&self) -> GetMyFeesEstimateForAsinError
fn clone(&self) -> GetMyFeesEstimateForAsinError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for GetMyFeesEstimateForAsinError
impl<'de> Deserialize<'de> for GetMyFeesEstimateForAsinError
Source§fn 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
Auto Trait Implementations§
impl Freeze for GetMyFeesEstimateForAsinError
impl RefUnwindSafe for GetMyFeesEstimateForAsinError
impl Send for GetMyFeesEstimateForAsinError
impl Sync for GetMyFeesEstimateForAsinError
impl Unpin for GetMyFeesEstimateForAsinError
impl UnsafeUnpin for GetMyFeesEstimateForAsinError
impl UnwindSafe for GetMyFeesEstimateForAsinError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more