Struct ideal::Id [] [src]

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

Methods

impl<T> Id<T>
[src]

Trait Implementations

impl<T> Copy for Id<T>
[src]

impl<T> Clone for Id<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> PartialEq for Id<T>
[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 Id<T>
[src]

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

Performs the conversion.

impl<T> Into<usize> for Id<T>
[src]

Performs the conversion.