Struct atom_syndication::ContentBuilder [] [src]

pub struct ContentBuilder { /* fields omitted */ }

Builder for Content.

Methods

impl ContentBuilder
[src]

The text value of the content.

The URI of where the content can be found.

Either "text", "html", "xhtml", or the MIME type of the content.

Builds a new Content.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ContentBuilder
[src]

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

impl Clone for ContentBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more