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