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