pub struct GenInterrupted;
Available on crate feature
quickcheck1
only.Expand description
Generate an ErrorKind::Interrupted
error 20% of the time.
See the module level documentation for more.
Trait Implementations§
Source§impl Clone for GenInterrupted
impl Clone for GenInterrupted
Source§fn clone(&self) -> GenInterrupted
fn clone(&self) -> GenInterrupted
Returns a copy 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 GenInterrupted
impl Debug for GenInterrupted
Source§impl Default for GenInterrupted
impl Default for GenInterrupted
Source§fn default() -> GenInterrupted
fn default() -> GenInterrupted
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GenInterrupted
impl RefUnwindSafe for GenInterrupted
impl Send for GenInterrupted
impl Sync for GenInterrupted
impl Unpin for GenInterrupted
impl UnwindSafe for GenInterrupted
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