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