pub enum GetMyFeesEstimateForSkuError {
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_sku
Variants§
Status400(GetMyFeesEstimateResponse)
Status401(GetMyFeesEstimateResponse)
Status403(GetMyFeesEstimateResponse)
Status404(GetMyFeesEstimateResponse)
Status429(GetMyFeesEstimateResponse)
Status500(GetMyFeesEstimateResponse)
Status503(GetMyFeesEstimateResponse)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for GetMyFeesEstimateForSkuError
impl Clone for GetMyFeesEstimateForSkuError
Source§fn clone(&self) -> GetMyFeesEstimateForSkuError
fn clone(&self) -> GetMyFeesEstimateForSkuError
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 Debug for GetMyFeesEstimateForSkuError
impl Debug for GetMyFeesEstimateForSkuError
Source§impl<'de> Deserialize<'de> for GetMyFeesEstimateForSkuError
impl<'de> Deserialize<'de> for GetMyFeesEstimateForSkuError
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 GetMyFeesEstimateForSkuError
impl RefUnwindSafe for GetMyFeesEstimateForSkuError
impl Send for GetMyFeesEstimateForSkuError
impl Sync for GetMyFeesEstimateForSkuError
impl Unpin for GetMyFeesEstimateForSkuError
impl UnsafeUnpin for GetMyFeesEstimateForSkuError
impl UnwindSafe for GetMyFeesEstimateForSkuError
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