Enum kg_display::fmt::Align[][src]

pub enum Align {
    Left,
    Center,
    Right,
}

Variants

Trait Implementations

impl Debug for Align
[src]

Formats the value using the given formatter. Read more

impl Clone for Align
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Align
[src]

impl Display for Align
[src]

Formats the value using the given formatter. Read more

impl TryFrom<char> for Align
[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 Align

impl Sync for Align