Enum blot::tag::Tag[][src]

pub enum Tag {
    Bool,
    Dict,
    Float,
    Integer,
    List,
    Null,
    Raw,
    Set,
    Timestamp,
    Unicode,
}

Variants

Methods

impl Tag
[src]

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter. Read more

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Tag
[src]

Auto Trait Implementations

impl Send for Tag

impl Sync for Tag