Enum irc_bot::util::yaml::Kind[][src]

pub enum Kind {
    Scalar,
    Sequence,
    Mapping,
    // some variants omitted
}

Variants

Methods

impl Kind
[src]

Trait Implementations

impl Copy for Kind
[src]

impl Clone for Kind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Kind
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Kind

impl Sync for Kind