Enum stdcli::term::console::Alignment [] [src]

pub enum Alignment {
    Left,
    Center,
    Right,
}

Defines the alignment for padding operations.

Variants

Trait Implementations

impl Copy for Alignment
[src]

impl Clone for Alignment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Alignment
[src]

impl PartialEq<Alignment> for Alignment
[src]

[src]

impl Debug for Alignment
[src]

[src]

Formats the value using the given formatter.