Struct random_crash::CRASH_EXIT_PROBABILITY
source · pub struct CRASH_EXIT_PROBABILITY { /* private fields */ }
Expand description
The probability to trigger a random crash.
Set to None
to disable random crash.
Trait Implementations§
source§impl Deref for CRASH_EXIT_PROBABILITY
impl Deref for CRASH_EXIT_PROBABILITY
impl LazyStatic for CRASH_EXIT_PROBABILITY
Auto Trait Implementations§
impl RefUnwindSafe for CRASH_EXIT_PROBABILITY
impl Send for CRASH_EXIT_PROBABILITY
impl Sync for CRASH_EXIT_PROBABILITY
impl Unpin for CRASH_EXIT_PROBABILITY
impl UnwindSafe for CRASH_EXIT_PROBABILITY
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