Struct predicates::str::TrimPredicate[][src]

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

Predicate adaper that trims the variable being tested.

This is created by pred.trim().

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

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

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

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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