Struct rss::extension::Extension [] [src]

pub struct Extension { /* fields omitted */ }

A namespaced extension such as iTunes or Dublin Core.

Methods

impl Extension
[src]

[src]

Return the qualified name of this extension.

[src]

Set the qualified name of this extension.

[src]

Return the text content of this extension.

[src]

Set the text content of this extension.

[src]

Return the attributes for the extension element.

[src]

Return the children of the extension element.

This is a map of local names to child elements.

Trait Implementations

impl Debug for Extension
[src]

[src]

Formats the value using the given formatter.

impl Default for Extension
[src]

[src]

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

impl Clone for Extension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Extension
[src]

[src]

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

[src]

This method tests for !=.