Enum toml_document::ContainerKind [] [src]

pub enum ContainerKind {
    Table,
    ArrayMember,
}

Variants

Trait Implementations

impl PartialEq for ContainerKind
[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 ContainerKind
[src]

impl Hash for ContainerKind
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for ContainerKind
[src]

impl Clone for ContainerKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more