Enum ucd::tables::misc::NumericType [] [src]

pub enum NumericType {
    Numeric,
    Decimal,
    Digit,
}

Variants

Trait Implementations

impl Clone for NumericType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for NumericType
[src]

impl Eq for NumericType
[src]

impl PartialEq for NumericType
[src]

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

This method tests for !=.

impl Debug for NumericType
[src]

Formats the value using the given formatter.