[][src]Struct proptest::string::StringParam

pub struct StringParam(_);

Wraps the regex that forms the Strategy for String so that a sensible Default can be given. The default is a string of non-control characters.

Trait Implementations

impl PartialEq<StringParam> for StringParam
[src]

impl Eq for StringParam
[src]

impl Ord for StringParam
[src]

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl PartialOrd<StringParam> for StringParam
[src]

impl Hash for StringParam
[src]

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

impl Copy for StringParam
[src]

impl From<StringParam> for &'static str
[src]

impl From<&'static str> for StringParam
[src]

impl Clone for StringParam
[src]

Performs copy-assignment from source. Read more

impl Default for StringParam
[src]

Auto Trait Implementations

impl Send for StringParam

impl Sync for StringParam

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]