pub enum ReplayPolicy {
Disabled,
DryRunOnly,
Allowed,
}Expand description
Replay policy.
Variants§
Trait Implementations§
Source§impl Clone for ReplayPolicy
impl Clone for ReplayPolicy
Source§fn clone(&self) -> ReplayPolicy
fn clone(&self) -> ReplayPolicy
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReplayPolicy
impl Debug for ReplayPolicy
Source§impl PartialEq for ReplayPolicy
impl PartialEq for ReplayPolicy
impl Copy for ReplayPolicy
impl Eq for ReplayPolicy
impl StructuralPartialEq for ReplayPolicy
Auto Trait Implementations§
impl Freeze for ReplayPolicy
impl RefUnwindSafe for ReplayPolicy
impl Send for ReplayPolicy
impl Sync for ReplayPolicy
impl Unpin for ReplayPolicy
impl UnwindSafe for ReplayPolicy
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