Struct swf_tree::tags::Metadata [] [src]

pub struct Metadata {
    pub metadata: String,
}

Fields

Trait Implementations

impl Debug for Metadata
[src]

Formats the value using the given formatter.

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 !=.

impl Eq for Metadata
[src]