Struct nanbox::TypedNanBox [] [src]

pub struct TypedNanBox<T> { /* fields omitted */ }

Methods

impl<T> TypedNanBox<T>
[src]

Trait Implementations

impl<T> Copy for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + Copy
[src]

impl<T> Clone for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Debug for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + Debug + Clone
[src]

Formats the value using the given formatter.

impl<T> Display for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + Display + Clone
[src]

Formats the value using the given formatter. Read more

impl<T> PartialEq for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + PartialEq<T> + Clone
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<T> Eq for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + Eq + Clone
[src]

impl<T> PartialOrd for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + PartialOrd<T> + Clone
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<T> Ord for TypedNanBox<T> where
    T: From<TypedNanBox<T>> + Into<TypedNanBox<T>> + Ord + Clone
[src]

This method returns an Ordering between self and other. Read more

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

Performs the conversion.