Enum rust_fixed_width::spec::PaddingDirection [] [src]

pub enum PaddingDirection {
    Left,
    Right,
}

Variants

Trait Implementations

impl Debug for PaddingDirection
[src]

Formats the value using the given formatter.

impl Eq for PaddingDirection
[src]

impl PartialEq for PaddingDirection
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for PaddingDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PaddingDirection
[src]