Enum kg_display::fmt::Sign[][src]

pub enum Sign {
    Plus,
    Minus,
}

Variants

Trait Implementations

impl Debug for Sign
[src]

Formats the value using the given formatter. Read more

impl Clone for Sign
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Sign
[src]

impl Display for Sign
[src]

Formats the value using the given formatter. Read more

impl TryFrom<char> for Sign
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

Auto Trait Implementations

impl Send for Sign

impl Sync for Sign