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