Struct gluon_base::metadata::Metadata[][src]

pub struct Metadata {
    pub comment: Option<Comment>,
    pub attributes: Vec<Attribute>,
    pub args: Vec<Argument<Symbol>>,
    pub module: BTreeMap<String, Metadata>,
}

Fields

Methods

impl Metadata
[src]

Important traits for Box<R>

Trait Implementations

impl Clone for Metadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Metadata
[src]

Formats the value using the given formatter. Read more

impl Default for Metadata
[src]

Returns the "default value" for a type. Read more

impl Eq for Metadata
[src]

impl PartialEq for Metadata
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Metadata

impl Sync for Metadata