Enum std::fmt::Alignment1.28.0[][src]

pub enum Alignment {
    Left,
    Right,
    Center,
}

Possible alignments returned by Formatter::align

Variants

Indication that contents should be left-aligned.

Indication that contents should be right-aligned.

Indication that contents should be center-aligned.

Trait Implementations

impl Debug for Alignment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Alignment

impl Sync for Alignment