pub enum PostTriggerV2DepositCraftApiError {
Status400(TriggerV2ErrorResponse),
}Expand description
Typed error responses for postTriggerV2DepositCraft. One variant per declared non-2xx response.
Variants§
Status400(TriggerV2ErrorResponse)
Trait Implementations§
Source§impl Clone for PostTriggerV2DepositCraftApiError
impl Clone for PostTriggerV2DepositCraftApiError
Source§fn clone(&self) -> PostTriggerV2DepositCraftApiError
fn clone(&self) -> PostTriggerV2DepositCraftApiError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PostTriggerV2DepositCraftApiError
impl RefUnwindSafe for PostTriggerV2DepositCraftApiError
impl Send for PostTriggerV2DepositCraftApiError
impl Sync for PostTriggerV2DepositCraftApiError
impl Unpin for PostTriggerV2DepositCraftApiError
impl UnsafeUnpin for PostTriggerV2DepositCraftApiError
impl UnwindSafe for PostTriggerV2DepositCraftApiError
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