Enum kawaii::config::Base [] [src]

pub enum Base {
    Binary,
    Octal,
    Decimal,
    Hexadecimal,
}

Variants

Trait Implementations

impl Eq for Base
[src]

impl PartialEq for Base
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Copy for Base
[src]

impl Clone for Base
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Base
[src]

[src]

Formats the value using the given formatter.

impl Default for Base
[src]

[src]

Returns the "default value" for a type. Read more

impl Key for Base
[src]

The value type associated with this key type.