Enum 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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Alignment
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Alignment
[src]

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

This method tests for !=.

impl Eq for Alignment
[src]

Auto Trait Implementations

impl Send for Alignment

impl Sync for Alignment