[go: up one dir, main page]

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

pub struct Extension { /* fields omitted */ }

A namespaced extension such as iTunes or Dublin Core.

Methods

impl Extension
[src]

Return the qualified name of the extension element.

Return the content of the extension element.

Return the attributes for the extension element.

Return the children of the extension element.

This is a map of local names to child elements.

Trait Implementations

impl Debug for Extension
[src]

Formats the value using the given formatter.

impl Default for Extension
[src]

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

impl Clone for Extension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Extension
[src]

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

This method tests for !=.