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

pub struct StrContentOutputPredicate(_);

Predicate used by IntoOutputPredicate for str

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

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

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