pub struct Checker<'a, G: ?Sized> {
pub generate: Generates,
pub shrink: Shrinks,
/* private fields */
}Expand description
Fields§
§generate: GeneratesBounds the generation process.
shrink: ShrinksBounds the shrinking process.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, G> Freeze for Checker<'a, G>where
G: ?Sized,
impl<'a, G> RefUnwindSafe for Checker<'a, G>where
G: RefUnwindSafe + ?Sized,
impl<'a, G> Send for Checker<'a, G>
impl<'a, G> Sync for Checker<'a, G>
impl<'a, G> Unpin for Checker<'a, G>where
G: ?Sized,
impl<'a, G> UnwindSafe for Checker<'a, G>where
G: RefUnwindSafe + ?Sized,
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