[][src]Struct cranky::Rank

pub struct Rank(pub u32);

Document rank.

Trait Implementations

impl Eq for Rank[src]

impl PartialOrd<Rank> for Rank[src]

impl PartialEq<Rank> for Rank[src]

impl Ord for Rank[src]

impl Debug for Rank[src]

impl FromStr for Rank[src]

type Err = Error

The associated error which can be returned from parsing.

Auto Trait Implementations

impl Send for Rank

impl Unpin for Rank

impl Sync for Rank

impl UnwindSafe for Rank

impl RefUnwindSafe for Rank

Blanket Implementations

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

impl<T> From<T> for T[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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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