Enum term_table::RowPosition[][src]

pub enum RowPosition {
    First,
    Mid,
    Last,
}

Represents the vertical postion of a row

Variants

Trait Implementations

impl Eq for RowPosition
[src]

impl PartialEq for RowPosition
[src]

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

This method tests for !=.

impl Copy for RowPosition
[src]

impl Clone for RowPosition
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for RowPosition

impl Sync for RowPosition