Struct swf_tree::tags::Metadata
[−]
[src]
pub struct Metadata {
pub metadata: String,
}Fields
metadata: String
Trait Implementations
impl Debug for Metadata[src]
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 !=.