pub enum GetItemEligibilityPreviewError {
Status400(GetItemEligibilityPreviewResponse),
Status401(GetItemEligibilityPreviewResponse),
Status403(GetItemEligibilityPreviewResponse),
Status404(GetItemEligibilityPreviewResponse),
Status429(GetItemEligibilityPreviewResponse),
Status500(GetItemEligibilityPreviewResponse),
Status503(GetItemEligibilityPreviewResponse),
UnknownValue(Value),
}Expand description
struct for typed errors of method get_item_eligibility_preview
Variants§
Status400(GetItemEligibilityPreviewResponse)
Status401(GetItemEligibilityPreviewResponse)
Status403(GetItemEligibilityPreviewResponse)
Status404(GetItemEligibilityPreviewResponse)
Status429(GetItemEligibilityPreviewResponse)
Status500(GetItemEligibilityPreviewResponse)
Status503(GetItemEligibilityPreviewResponse)
UnknownValue(Value)
Trait Implementations§
Source§impl Clone for GetItemEligibilityPreviewError
impl Clone for GetItemEligibilityPreviewError
Source§fn clone(&self) -> GetItemEligibilityPreviewError
fn clone(&self) -> GetItemEligibilityPreviewError
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 GetItemEligibilityPreviewError
impl<'de> Deserialize<'de> for GetItemEligibilityPreviewError
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 GetItemEligibilityPreviewError
impl RefUnwindSafe for GetItemEligibilityPreviewError
impl Send for GetItemEligibilityPreviewError
impl Sync for GetItemEligibilityPreviewError
impl Unpin for GetItemEligibilityPreviewError
impl UnwindSafe for GetItemEligibilityPreviewError
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