Struct vkxml::NamedIdentifier [] [src]

pub struct NamedIdentifier {
    pub name: Identifier,
    pub notation: Option<Notation>,
}

Fields

Trait Implementations

impl Debug for NamedIdentifier
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations