[][src]Struct classific::ReversedOrder

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

Trait Implementations

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

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

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

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

Auto Trait Implementations

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

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

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

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

impl<T: ?Sized, C> UnwindSafe for ReversedOrder<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> Comparator<T> for F where
    F: Fn(&T, &T) -> Ordering,
    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.