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

pub struct DublinCoreExtension { /* fields omitted */ }

A Dublin Core element extension.

Methods

impl DublinCoreExtension
[src]

[src]

Return the contributors to the resource.

[src]

Return a mutable slice of the contributors to the resource.

[src]

Set the contributors to the resource.

[src]

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

[src]

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

[src]

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

[src]

Return the creators of the resource.

[src]

Return a mutable slice of the creators of the resource.

[src]

Set the creators of the resource.

[src]

Return the times associated with the resource.

[src]

Return a mutable slice of the times associated with the resource.

[src]

Set the times associated with the resource.

[src]

Return the descriptions of the resource.

[src]

Return a mutable slice of the descriptions of the resource.

[src]

Set the descriptions of the resource.

[src]

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

[src]

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

[src]

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

[src]

Return the identifiers of the resource.

[src]

Return a mutable slice of the identifiers of the resource.

[src]

Set the identifiers of the resource.

[src]

Return the languages of the resource.

[src]

Return a mutable slice of the languages of the resource.

[src]

Set the languages of the resource.

[src]

Return the publishers of the resource.

[src]

Return a mutable slice of the publishers of the resource.

[src]

Set the publishers of the resource.

[src]

Return the related resources.

[src]

Return a mutable slice of the related resources.

[src]

Set the related resources.

[src]

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

[src]

Return a mutable slice of the information about rights held in and over the resource.

[src]

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

[src]

Return the sources of the resource.

[src]

Return a mutable slice of the sources of the resource.

[src]

Set the sources of the resource.

[src]

Return the topics of the resource.

[src]

Return a mutable slice of the subjects of the resource.

[src]

Set the topics of the resource.

[src]

Return the titles of the resource.

[src]

Return a mutable slice of the titles of the resource.

[src]

Set the titles of the resource.

[src]

Return the natures or genres of the resource.

[src]

Return a mutable slice of the natures or genres of the resource.

[src]

set the natures or genres of the resource.

impl DublinCoreExtension
[src]

[src]

Creates a DublinCoreExtension using the specified HashMap.

Trait Implementations

impl Debug for DublinCoreExtension
[src]

[src]

Formats the value using the given formatter.

impl Default for DublinCoreExtension
[src]

[src]

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

impl Clone for DublinCoreExtension
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for DublinCoreExtension
[src]

[src]

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

[src]

This method tests for !=.