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

Builder for Entry.

Implementations§

A human-readable title for the entry.

A universally unique and permanent URI.

The last time the entry was modified.

The authors of the feed.

The authors of the feed.

The categories that the entry belongs to.

The categories that the entry belongs to.

The contributors to the entry.

The contributors to the entry.

The Web pages related to the entry.

The Web pages related to the entry.

The time of the initial creation or first availability of the entry.

Information about rights held in and over the entry.

The source information if an entry is copied from one feed into another feed.

A short summary, abstract, or excerpt of the entry.

Contains or links to the complete content of the entry.

The extensions for this entry.

The extensions for this entry.

Builds a new Entry.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Returns the “default value” for a type. 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.