Enum rcmark::DelimType [] [src]

pub enum DelimType {
    NoDelim,
    Period,
    Paren,
}

Variants

Numbers are written as 1.

Numbers are written as 1)

Trait Implementations

impl PartialEq for DelimType
[src]

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

This method tests for !=.

impl Eq for DelimType
[src]

impl Clone for DelimType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DelimType
[src]

impl Debug for DelimType
[src]

Formats the value using the given formatter.