Struct assert_fs::assert::StrContentPathPredicate[][src]

pub struct StrContentPathPredicate(_);

Predicate used by IntoPathPredicate for str

Trait Implementations

impl Debug for StrContentPathPredicate
[src]

Formats the value using the given formatter. Read more

impl Clone for StrContentPathPredicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PredicateReflection for StrContentPathPredicate
[src]

Important traits for Box<R>

Parameters of the current Predicate.

Important traits for Box<R>

Nested Predicates of the current Predicate.

impl Predicate<Path> for StrContentPathPredicate
[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 Display for StrContentPathPredicate
[src]

Formats the value using the given formatter. Read more

impl IntoPathPredicate<StrContentPathPredicate> for &'static str
[src]

The type of the predicate being returned.

Convert to a predicate for testing a path.

Auto Trait Implementations