Struct assert_cmd::assert::StrContentOutputPredicate[][src]

pub struct StrContentOutputPredicate(_);

Trait Implementations

impl Debug for StrContentOutputPredicate
[src]

Formats the value using the given formatter. Read more

impl Clone for StrContentOutputPredicate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PredicateReflection for StrContentOutputPredicate
[src]

Parameters of the current Predicate.

Nested Predicates of the current Predicate.

impl Predicate<[u8]> for StrContentOutputPredicate
[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 StrContentOutputPredicate
[src]

Formats the value using the given formatter. Read more

impl IntoOutputPredicate<StrContentOutputPredicate> for &'static str
[src]

The type of the predicate being returned.

Convert to a predicate for testing a path.

Auto Trait Implementations