Struct vkxml::Tags [] [src]

pub struct Tags {
    pub notation: Option<Notation>,
    pub elements: Vec<Tag>,
}

List of authors

Fields

Trait Implementations

impl Debug for Tags
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Tags

impl Sync for Tags