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