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