Struct predicates::str::Utf8Predicate[][src]

pub struct Utf8Predicate<P> where
    P: Predicate<str>, 
{ /* fields omitted */ }

Predicate adaper that converts a str predicate to byte predicate.

This is created by pred.from_utf8().

Trait Implementations

impl<P: Debug> Debug for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

Formats the value using the given formatter. Read more

impl<P: Clone> Clone for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<P: Copy> Copy for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

impl<P: PartialEq> PartialEq for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

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

This method tests for !=.

impl<P: Eq> Eq for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

impl<P> Predicate<OsStr> for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

Execute this Predicate against variable, returning the resulting boolean. Read more

Find a case that proves this predicate as expected when run against variable.

impl<P> Predicate<[u8]> for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

Execute this Predicate against variable, returning the resulting boolean. Read more

Find a case that proves this predicate as expected when run against variable.

impl<P> PredicateReflection for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

Important traits for Box<R>

Nested Predicates of the current Predicate.

Important traits for Box<R>

Parameters of the current Predicate.

impl<P> Display for Utf8Predicate<P> where
    P: Predicate<str>, 
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<P> Send for Utf8Predicate<P> where
    P: Send

impl<P> Sync for Utf8Predicate<P> where
    P: Sync