Struct predicates::path::FileContentPredicate[][src]

pub struct FileContentPredicate<P> where
    P: Predicate<[u8]>, 
{ /* fields omitted */ }

Predicate adapter that converts a path predicate to a byte predicate on its content.

This is created by pred.from_path().

Trait Implementations

impl<P: Clone> Clone for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P: Copy> Copy for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P: Debug> Debug for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P> Display for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P: Eq> Eq for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P: PartialEq> PartialEq<FileContentPredicate<P>> for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P> Predicate<Path> for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P> PredicateReflection for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P> StructuralEq for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

impl<P> StructuralPartialEq for FileContentPredicate<P> where
    P: Predicate<[u8]>, 
[src]

Auto Trait Implementations

impl<P> RefUnwindSafe for FileContentPredicate<P> where
    P: RefUnwindSafe
[src]

impl<P> Send for FileContentPredicate<P> where
    P: Send
[src]

impl<P> Sync for FileContentPredicate<P> where
    P: Sync
[src]

impl<P> Unpin for FileContentPredicate<P> where
    P: Unpin
[src]

impl<P> UnwindSafe for FileContentPredicate<P> where
    P: UnwindSafe
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<P, Item> PredicateBooleanExt<Item> for P where
    Item: ?Sized,
    P: Predicate<Item>, 
[src]

impl<P, Item> PredicateNameExt<Item> for P where
    Item: ?Sized,
    P: Predicate<Item>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.