Struct rss::extension::Extension
[−]
[src]
pub struct Extension { /* fields omitted */ }
A namespaced extension such as iTunes or Dublin Core.
Methods
impl Extension
[src]
fn name(&self) -> &str
Return the qualified name of the extension element.
fn value(&self) -> Option<&str>
Return the content of the extension element.
fn attrs(&self) -> &HashMap<String, String>
Return the attributes for the extension element.
fn children(&self) -> &HashMap<String, Vec<Extension>>
Return the children of the extension element.
This is a map of local names to child elements.
Trait Implementations
impl Debug for Extension
[src]
impl Default for Extension
[src]
impl Clone for Extension
[src]
fn clone(&self) -> Extension
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