Struct atom_syndication::EntryBuilder [] [src]

pub struct EntryBuilder { /* fields omitted */ }

Builder for Entry.

Methods

impl EntryBuilder
[src]

[src]

A human-readable title for the entry.

[src]

A universally unique and permanent URI.

[src]

The last time the entry was modified.

[src]

The authors of the feed.

[src]

The categories that the entry belongs to.

[src]

The contributors to the entry.

The Web pages related to the entry.

[src]

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

[src]

Information about rights held in and over the entry.

[src]

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

[src]

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

[src]

Contains or links to the complete content of the entry.

[src]

The extensions for this entry.

[src]

Builds a new Entry.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for EntryBuilder
[src]

[src]

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

impl Clone for EntryBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more