Struct quick_atom::EntryBuilder [] [src]

pub struct EntryBuilder(_);

a builder for Feed

Methods

impl EntryBuilder
[src]

[src]

set the title of the entry

[src]

set the url of the entry

[src]

set the content of the entry

[src]

set the date of the entry

[src]

set the author of the entry

[src]

set the email of the entry

[src]

set the date updated of the entry

[src]

build the EntryBuilder in a Entry

Trait Implementations

impl Debug for EntryBuilder
[src]

[src]

Formats the value using the given formatter.

impl Default for EntryBuilder
[src]

[src]

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