Struct discrimination::discriminator::Natural [] [src]

pub struct Natural { /* fields omitted */ }

Methods

impl Natural
[src]

Trait Implementations

impl Debug for Natural
[src]

Formats the value using the given formatter.

impl Copy for Natural
[src]

impl Clone for Natural
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<usize> for Natural
[src]

Performs the conversion.

impl AsRef<usize> for Natural
[src]

Performs the conversion.

impl AsMut<usize> for Natural
[src]

Performs the conversion.

impl<'a> Discriminator<'a, usize> for Natural
[src]