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§
Source§impl Clone for GenNoErrors
impl Clone for GenNoErrors
Source§fn clone(&self) -> GenNoErrors
fn clone(&self) -> GenNoErrors
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 GenNoErrors
impl Debug for GenNoErrors
Source§impl Default for GenNoErrors
impl Default for GenNoErrors
Source§fn default() -> GenNoErrors
fn default() -> GenNoErrors
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GenNoErrors
impl RefUnwindSafe for GenNoErrors
impl Send for GenNoErrors
impl Sync for GenNoErrors
impl Unpin for GenNoErrors
impl UnwindSafe for GenNoErrors
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