Struct assert_cmd::assert::StrContentOutputPredicate [−][src]
pub struct StrContentOutputPredicate(_);
Predicate used by IntoOutputPredicate for str
Trait Implementations
impl Debug for StrContentOutputPredicate[src]
impl Debug for StrContentOutputPredicatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for StrContentOutputPredicate[src]
impl Clone for StrContentOutputPredicatefn clone(&self) -> StrContentOutputPredicate[src]
fn clone(&self) -> StrContentOutputPredicateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Predicate<[u8]> for StrContentOutputPredicate[src]
impl Predicate<[u8]> for StrContentOutputPredicatefn eval(&self, item: &[u8]) -> bool[src]
fn eval(&self, item: &[u8]) -> boolExecute this Predicate against variable, returning the resulting boolean. Read more
impl Display for StrContentOutputPredicate[src]
impl Display for StrContentOutputPredicatefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl IntoOutputPredicate<StrContentOutputPredicate> for &'static str[src]
impl IntoOutputPredicate<StrContentOutputPredicate> for &'static strtype Predicate = StrContentOutputPredicate
The type of the predicate being returned.
fn into_output(self) -> Self::Predicate[src]
fn into_output(self) -> Self::PredicateConvert to a predicate for testing a path.
Auto Trait Implementations
impl Send for StrContentOutputPredicate
impl Send for StrContentOutputPredicateimpl Sync for StrContentOutputPredicate
impl Sync for StrContentOutputPredicate