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

pub struct Metadata {
    pub comment: Option<String>,
    pub module: BTreeMap<StringMetadata>,
}

Fields

comment: Option<String> module: BTreeMap<StringMetadata>

Methods

impl Metadata
[src]

fn has_data(&self) -> bool

Trait Implementations

impl PartialEq for Metadata
[src]

fn eq(&self, __arg_0: &Metadata) -> bool

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

fn ne(&self, __arg_0: &Metadata) -> bool

This method tests for !=.

impl Eq for Metadata
[src]

impl Default for Metadata
[src]

fn default() -> Metadata

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

impl Debug for Metadata
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Metadata
[src]

fn clone(&self) -> Metadata

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more