Enum pulldown_cmark::Alignment [] [src]

pub enum Alignment {
    None,
    Left,
    Center,
    Right,
}

Variants

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 Debug for Alignment
[src]

Formats the value using the given formatter.