Enum core::fmt::Alignment [] [src]

pub enum Alignment {
    Left,
    Right,
    Center,
    Unknown,
}
Unstable (fmt_flags_align #27726)

Possible alignments returned by Formatter::align

Variants

Unstable (fmt_flags_align #27726)

Indication that contents should be left-aligned.

Unstable (fmt_flags_align #27726)

Indication that contents should be right-aligned.

Unstable (fmt_flags_align #27726)

Indication that contents should be center-aligned.

Unstable (fmt_flags_align #27726)

No alignment was requested.

Trait Implementations

impl Debug for Alignment
[src]

Formats the value using the given formatter.