pub struct DublinCoreExtension { /* private fields */ }
Expand description

A Dublin Core element extension.

Implementations

Return the contributors to the resource.

Return a mutable slice of 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.

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.

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.

Return a mutable slice of the creators of the resource.

Set the creators of the resource.

Return the times associated with the resource.

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

Set the times associated with the resource.

Return the descriptions of the resource.

Return a mutable slice of the descriptions of the resource.

Set the descriptions of the resource.

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

Return a mutable slice of 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.

Return a mutable slice of the identifiers of the resource.

Set the identifiers of the resource.

Return the languages of the resource.

Return a mutable slice of the languages of the resource.

Set the languages of the resource.

Return the publishers of the resource.

Return a mutable slice of the publishers of the resource.

Set the publishers of the resource.

Return the related resources.

Return a mutable slice of the related resources.

Set the related resources.

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

Return a mutable slice of 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.

Return a mutable slice of the sources of the resource.

Set the sources of the resource.

Return the topics of the resource.

Return a mutable slice of the subjects of the resource.

Set the topics of the resource.

Return the titles of the resource.

Return a mutable slice of the titles of the resource.

Set the titles of the resource.

Return the natures or genres of the resource.

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

set the natures or genres of the resource.

Creates a DublinCoreExtension using the specified HashMap.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.