[][src]Struct classific::EqByCmp

pub struct EqByCmp<T: ?Sized, C: Comparator<T>>(_, _);

See eq_by_cmp.

Trait Implementations

impl<T: Clone + ?Sized, C: Clone + Comparator<T>> Clone for EqByCmp<T, C>[src]

impl<T: Copy + ?Sized, C: Copy + Comparator<T>> Copy for EqByCmp<T, C>[src]

impl<T: Debug + ?Sized, C: Debug + Comparator<T>> Debug for EqByCmp<T, C>[src]

impl<T, C> EqClass<T> for EqByCmp<T, C> where
    T: ?Sized,
    C: Comparator<T>, 
[src]

Auto Trait Implementations

impl<T: ?Sized, C> RefUnwindSafe for EqByCmp<T, C> where
    C: RefUnwindSafe,
    T: RefUnwindSafe

impl<T, C> !Send for EqByCmp<T, C>

impl<T, C> !Sync for EqByCmp<T, C>

impl<T: ?Sized, C> Unpin for EqByCmp<T, C> where
    C: Unpin

impl<T: ?Sized, C> UnwindSafe for EqByCmp<T, C> where
    C: UnwindSafe,
    T: RefUnwindSafe

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, F> EqClass<T> for F where
    F: Fn(&T, &T) -> bool,
    T: ?Sized
[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.