Struct rss::extension::dublincore::DublinCoreExtension [] [src]

pub struct DublinCoreExtension { /* fields omitted */ }

A Dublin Core element extension.

Methods

impl DublinCoreExtension
[src]

Return the contributors for this DublinCoreExtension.

Return the coverages for this DublinCoreExtension.

Return the creators for this DublinCoreExtension.

Return the dates for this DublinCoreExtension.

Return the descriptions for this DublinCoreExtension.

Return the formats for this DublinCoreExtension.

Return the identifiers for this DublinCoreExtension.

Return the languages for this DublinCoreExtension.

Return the publishers for this DublinCoreExtension.

Return the relations for this DublinCoreExtension.

Return the rights for this DublinCoreExtension.

Return the sources for this DublinCoreExtension.

Return the subjects for this DublinCoreExtension.

Return the titles for this DublinCoreExtension.

Return the resource_types for this DublinCoreExtension.

impl DublinCoreExtension
[src]

Creates a DublinCoreExtension using the specified hashmap.

Trait Implementations

impl Debug for DublinCoreExtension
[src]

Formats the value using the given formatter.

impl Default for DublinCoreExtension
[src]

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

impl Clone for DublinCoreExtension
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DublinCoreExtension
[src]

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

This method tests for !=.