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