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

pub struct DublinCoreExtension { /* fields omitted */ }

A Dublin Core element extension.

Methods

impl DublinCoreExtension
[src]

Return the contributors to the resource.

Set the contributors to the resource.

Return the spatial or temporal topics of the resource, the spatial applicabilities of the resource, or the jurisdictions under which the resource is relevant.

Set the spatial or temporal topics of the resource, the spatial applicabilities of the resource, or the jurisdictions under which the resource is relevant.

Return the creators of the resource.

Set the creators of the resource.

Return the times associated with the resource.

Set the times associated with the resource.

Return the descriptions of the resource.

Set the descriptions of the resource.

Return the file formats, physical mediums, or dimensions of the resource.

Set the file formats, physical mediums, or dimensions of the resource.

Return the identifiers of the resource.

Set the identifiers of the resource.

Return the languages of the resource.

Set the languages of the resource.

Return the publishers of the resource.

Set the publishers of the resource.

Return the related resources.

Set the related resources.

Return the information about rights held in and over the resource.

Set the information about rights held in and over the resource.

Return the sources of the resource.

Set the sources of the resource.

Return the topics of the resource.

Set the topics of the resource.

Return the titles of the resource.

Set the titles of the resource.

Return the natures or genres of the resource.

set the natures or genres of the resource.

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 !=.