Enum latex::ListKind [] [src]

pub enum ListKind {
    Enumerate,
    Itemize,
}

Which kind of list should be used?

Variants

A numbered list.

An un-numbered list.

Trait Implementations

impl Clone for ListKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListKind
[src]

Formats the value using the given formatter.

impl PartialEq for ListKind
[src]

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

This method tests for !=.