Enum cobalt::Dump []

pub enum Dump {
    DocObject,
    DocTemplate,
    DocLinkObject,
    Document,
}

Variants

Methods

impl Dump

impl Dump
[src]

[src]

Trait Implementations

impl Debug for Dump
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Dump
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Copy for Dump
[src]

impl Clone for Dump
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl FromStr for Dump

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for Dump

Formats the value using the given formatter. Read more