Enum syntex_fmt_macros::Alignment [] [src]

pub enum Alignment {
    AlignLeft,
    AlignRight,
    AlignCenter,
    AlignUnknown,
}

Enum of alignments which are supported.

Variants

The value will be aligned to the left.

The value will be aligned to the right.

The value will be aligned in the center.

The value will take on a default alignment.

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 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 !=.