Struct predicates::str::IsEmptyPredicate [] [src]

pub struct IsEmptyPredicate {}

Predicate that checks for empty strings.

This is created by predicates::str::is_empty.

Trait Implementations

impl Copy for IsEmptyPredicate
[src]

impl Clone for IsEmptyPredicate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for IsEmptyPredicate
[src]

[src]

Formats the value using the given formatter. Read more

impl Predicate<str> for IsEmptyPredicate
[src]

[src]

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

impl Display for IsEmptyPredicate
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations