Enum quire::ast::Tag[][src]

pub enum Tag {
    NonSpecific,
    LocalTag(String),
    GlobalTag(String),
}

Yaml tag

Variants

Value without any tag, it's derived from the value kind

Local tag !tag (single exclamation mark)

Global tag, i.e. either a prefix defined in directives or a full url tag

Largely unsupported in the current code

Methods

impl Tag
[src]

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tag

impl Sync for Tag