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