Struct partial_io::quickcheck_types::GenNoErrors
source · [−]pub struct GenNoErrors;
Available on crate feature
quickcheck1
only.Expand description
Do not generate any errors. The only operations generated will be
PartialOp::Limited
instances.
See the module level documentation for more.
Trait Implementations
sourceimpl Clone for GenNoErrors
impl Clone for GenNoErrors
sourcefn clone(&self) -> GenNoErrors
fn clone(&self) -> GenNoErrors
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 GenNoErrors
impl Debug for GenNoErrors
sourceimpl Default for GenNoErrors
impl Default for GenNoErrors
sourcefn default() -> GenNoErrors
fn default() -> GenNoErrors
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GenNoErrors
impl Send for GenNoErrors
impl Sync for GenNoErrors
impl Unpin for GenNoErrors
impl UnwindSafe for GenNoErrors
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