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