kvarn_utils::prelude::fmt

Enum Alignment

1.28.0 · source
pub enum Alignment {
    Left,
    Right,
    Center,
}
Expand description

Possible alignments returned by Formatter::align

Variants§

§1.28.0

Left

Indication that contents should be left-aligned.

§1.28.0

Right

Indication that contents should be right-aligned.

§1.28.0

Center

Indication that contents should be center-aligned.

Trait Implementations§

1.28.0 · source§

impl Clone for Alignment

source§

fn clone(&self) -> Alignment

Returns a copy of the value. Read more
</