pub enum PostSendV1CraftClawbackApiError {
Status400(PostSendV1CraftClawbackResponse400),
Status500(PostSendV1CraftClawbackResponse500),
}Expand description
Typed error responses for postSendV1CraftClawback. One variant per declared non-2xx response.
Variants§
Status400(PostSendV1CraftClawbackResponse400)
Status500(PostSendV1CraftClawbackResponse500)
Trait Implementations§
Source§impl Clone for PostSendV1CraftClawbackApiError
impl Clone for PostSendV1CraftClawbackApiError
Source§fn clone(&self) -> PostSendV1CraftClawbackApiError
fn clone(&self) -> PostSendV1CraftClawbackApiError
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 PostSendV1CraftClawbackApiError
impl RefUnwindSafe for PostSendV1CraftClawbackApiError
impl Send for PostSendV1CraftClawbackApiError
impl Sync for PostSendV1CraftClawbackApiError
impl Unpin for PostSendV1CraftClawbackApiError
impl UnsafeUnpin for PostSendV1CraftClawbackApiError
impl UnwindSafe for PostSendV1CraftClawbackApiError
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