Struct quick_atom::FeedBuilder [] [src]

pub struct FeedBuilder(_);

a builder for Feed

Methods

impl FeedBuilder
[src]

[src]

set the id of the feed

[src]

set the title of the feed

[src]

set the home URL of the feed

[src]

set the feed URL of the feed

[src]

set the author of the feed

[src]

set the email address of the feed

[src]

set the updated date of the feed

[src]

build the FeedBuilder in a Feed

Trait Implementations

impl Debug for FeedBuilder
[src]

[src]

Formats the value using the given formatter.

impl Default for FeedBuilder
[src]

[src]

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