Enum core::fmt::Alignment [−][src]
pub enum Alignment { Left, Right, Center, Unknown, }
Possible alignments returned by Formatter::align
Variants
Left
Indication that contents should be left-aligned.
Right
Indication that contents should be right-aligned.
Center
Indication that contents should be center-aligned.
Unknown
No alignment was requested.