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