Struct predicates::str::MatchesPredicate[][src]

pub struct MatchesPredicate { /* fields omitted */ }

Predicate that checks for repeated patterns.

This is created by predicates::str::contains(...).count.

Trait Implementations

impl Clone for MatchesPredicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MatchesPredicate
[src]

Formats the value using the given formatter. Read more

impl Predicate<str> for MatchesPredicate
[src]

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

impl Display for MatchesPredicate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations