Struct partial_io::quickcheck_types::GenInterrupted
source · [−]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
sourceimpl Clone for GenInterrupted
impl Clone for GenInterrupted
sourcefn clone(&self) -> GenInterrupted
fn clone(&self) -> GenInterrupted
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GenInterrupted
impl Debug for GenInterrupted
sourceimpl Default for GenInterrupted
impl Default for GenInterrupted
sourcefn default() -> GenInterrupted
fn default() -> GenInterrupted
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GenInterrupted
impl Send for GenInterrupted
impl Sync for GenInterrupted
impl Unpin for GenInterrupted
impl UnwindSafe for GenInterrupted
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more