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