Struct atom_syndication::EntryBuilder [] [src]

pub struct EntryBuilder { /* fields omitted */ }

Builder for Entry.

Methods

impl EntryBuilder
[src]

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 categories that the entry belongs to.

The contributors 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.

Builds a new Entry.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for EntryBuilder
[src]

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

impl Clone for EntryBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more