Struct atom_syndication::SourceBuilder [] [src]

pub struct SourceBuilder { /* fields omitted */ }

Builder for Source.

Methods

impl SourceBuilder
[src]

[src]

A human-readable title for the feed.

[src]

A universally unique and permanent URI.

[src]

The last time the feed was modified in a significant way.

[src]

The authors of the feed.

[src]

The categories that the feed belongs to.

[src]

The contributors to the feed.

[src]

The software used to generate the feed.

[src]

A small image which provides visual identification for the feed.

The Web pages related to the feed.

A larger image which provides visual identification for the feed.

[src]

Information about rights held in and over the feed.

[src]

A human-readable description or subtitle for the feed.

[src]

Builds a new Source.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for SourceBuilder
[src]

[src]

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

impl Clone for SourceBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more