Struct proptest_arbitrary::CharParam [] [src]

pub struct CharParam<'a> { /* fields omitted */ }

Parameters to pass to proptest::char::CharStrategy::new(..).

Trait Implementations

impl<'a> Default for CharParam<'a>
[src]

Equivalent to proptest::char::ANY.

[src]

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

impl<'a> Clone for CharParam<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> PartialEq for CharParam<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> Eq for CharParam<'a>
[src]

impl<'a> Hash for CharParam<'a>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> Debug for CharParam<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> From<(Cow<'a, [char]>, Cow<'a, [(char, char)]>, Cow<'a, [(char, char)]>)> for CharParam<'a>
[src]

[src]

Performs the conversion.

impl<'a> Generic for CharParam<'a>
[src]

The generic representation type

[src]

Go from something to Repr

[src]

Go from Repr to something

[src]

From one type to another using a type with a compatible generic representation