Enum latex::DocumentClass [] [src]

pub enum DocumentClass {
    Article,
    Book,
    Report,
}

The kind of Document being generated.

Variants

Trait Implementations

impl Clone for DocumentClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DocumentClass
[src]

Formats the value using the given formatter.

impl PartialEq for DocumentClass
[src]

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

This method tests for !=.

impl Default for DocumentClass
[src]

Returns the "default value" for a type. Read more

impl Display for DocumentClass
[src]

Formats the value using the given formatter. Read more