Enum reform::structure::PrintMode[][src]

pub enum PrintMode {
    Form,
    Mathematica,
}

Variants

Trait Implementations

impl Debug for PrintMode
[src]

Formats the value using the given formatter. Read more

impl Copy for PrintMode
[src]

impl Clone for PrintMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PrintMode

impl Sync for PrintMode