pub enum RetryScope {
Failed,
NeedsReview,
All,
}Variants§
Trait Implementations§
Source§impl Clone for RetryScope
impl Clone for RetryScope
Source§fn clone(&self) -> RetryScope
fn clone(&self) -> RetryScope
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 moreimpl Copy for RetryScope
Auto Trait Implementations§
impl Freeze for RetryScope
impl RefUnwindSafe for RetryScope
impl Send for RetryScope
impl Sync for RetryScope
impl Unpin for RetryScope
impl UnsafeUnpin for RetryScope
impl UnwindSafe for RetryScope
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