Struct proptest::strategy::CheckStrategySanityOptions[][src]

pub struct CheckStrategySanityOptions {
    pub strict_complicate_after_simplify: bool,
    // some fields omitted
}

Options passed to check_strategy_sanity().

Fields

If true (the default), require that complicate() return true at least once after any call to simplify() which itself returns once.

This property is not required by contract, but many strategies are designed in a way that this is expected to hold.

Trait Implementations

impl Clone for CheckStrategySanityOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CheckStrategySanityOptions
[src]

impl Debug for CheckStrategySanityOptions
[src]

Formats the value using the given formatter. Read more

impl Default for CheckStrategySanityOptions
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for CheckStrategySanityOptions

impl Sync for CheckStrategySanityOptions