pub enum MrtrRetry {
InputRequired(MrtrInputRequired),
Complete(MrtrCompletedInputs),
}Expand description
The outcome of consuming one final MRTR retry.
Variants§
InputRequired(MrtrInputRequired)
More client input is needed; only unsatisfied keys are reissued with a fresh request state.
Complete(MrtrCompletedInputs)
All currently requested input values were accepted and type-checked.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MrtrRetry
impl RefUnwindSafe for MrtrRetry
impl Send for MrtrRetry
impl Sync for MrtrRetry
impl Unpin for MrtrRetry
impl UnsafeUnpin for MrtrRetry
impl UnwindSafe for MrtrRetry
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, _span: NoopSpan) -> Self
fn instrument(self, _span: NoopSpan) -> Self
Instruments this future with a span (no-op when disabled).
Source§fn in_current_span(self) -> Self
fn in_current_span(self) -> Self
Instruments this future with the current span (no-op when disabled).