pub struct InvariantBreakerConfig {
pub max_attempts: usize,
pub max_results: usize,
pub seed: Option<u64>,
}
Fields§
§max_attempts: usize
§max_results: usize
§seed: Option<u64>
Trait Implementations§
Source§impl Clone for InvariantBreakerConfig
impl Clone for InvariantBreakerConfig
Source§fn clone(&self) -> InvariantBreakerConfig
fn clone(&self) -> InvariantBreakerConfig
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 InvariantBreakerConfig
impl Debug for InvariantBreakerConfig
Auto Trait Implementations§
impl Freeze for InvariantBreakerConfig
impl RefUnwindSafe for InvariantBreakerConfig
impl Send for InvariantBreakerConfig
impl Sync for InvariantBreakerConfig
impl Unpin for InvariantBreakerConfig
impl UnwindSafe for InvariantBreakerConfig
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