[][src]Struct hamcrest2::matchers::all::All

pub struct All<T, M>(_, _);

Trait Implementations

impl<T, M0, M1> Matcher<T> for All<T, (M0, M1)> where
    T: Clone,
    M0: Matcher<T>,
    M1: Matcher<T>, 
[src]

impl<T, M0, M1, M2> Matcher<T> for All<T, (M0, M1, M2)> where
    T: Clone,
    M0: Matcher<T>,
    M1: Matcher<T>,
    M2: Matcher<T>, 
[src]

impl<T, M0, M1, M2, M3> Matcher<T> for All<T, (M0, M1, M2, M3)> where
    T: Clone,
    M0: Matcher<T>,
    M1: Matcher<T>,
    M2: Matcher<T>,
    M3: Matcher<T>, 
[src]

impl<T, M0, M1, M2, M3, M4> Matcher<T> for All<T, (M0, M1, M2, M3, M4)> where
    T: Clone,
    M0: Matcher<T>,
    M1: Matcher<T>,
    M2: Matcher<T>,
    M3: Matcher<T>,
    M4: Matcher<T>, 
[src]

impl<T, M0, M1, M2, M3, M4, M5> Matcher<T> for All<T, (M0, M1, M2, M3, M4, M5)> where
    T: Clone,
    M0: Matcher<T>,
    M1: Matcher<T>,
    M2: Matcher<T>,
    M3: Matcher<T>,
    M4: Matcher<T>,
    M5: Matcher<T>, 
[src]

impl<T, M0, M1> Display for All<T, (M0, M1)> where
    M0: Display,
    M1: Display
[src]

impl<T, M0, M1, M2> Display for All<T, (M0, M1, M2)> where
    M0: Display,
    M1: Display,
    M2: Display
[src]

impl<T, M0, M1, M2, M3> Display for All<T, (M0, M1, M2, M3)> where
    M0: Display,
    M1: Display,
    M2: Display,
    M3: Display
[src]

impl<T, M0, M1, M2, M3, M4> Display for All<T, (M0, M1, M2, M3, M4)> where
    M0: Display,
    M1: Display,
    M2: Display,
    M3: Display,
    M4: Display
[src]

impl<T, M0, M1, M2, M3, M4, M5> Display for All<T, (M0, M1, M2, M3, M4, M5)> where
    M0: Display,
    M1: Display,
    M2: Display,
    M3: Display,
    M4: Display,
    M5: Display
[src]

Auto Trait Implementations

impl<T, M> Send for All<T, M> where
    M: Send,
    T: Send

impl<T, M> Sync for All<T, M> where
    M: Sync,
    T: Sync

impl<T, M> Unpin for All<T, M> where
    M: Unpin,
    T: Unpin

impl<T, M> UnwindSafe for All<T, M> where
    M: UnwindSafe,
    T: UnwindSafe

impl<T, M> RefUnwindSafe for All<T, M> where
    M: RefUnwindSafe,
    T: RefUnwindSafe

Blanket Implementations

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

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

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.

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

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

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