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