Struct rss::CategoryBuilder [] [src]

pub struct CategoryBuilder { /* fields omitted */ }

Builder for Category.

Methods

impl CategoryBuilder
[src]

The name of the category.

The domain for the category.

Builds a new Category.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for CategoryBuilder
[src]

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

impl Clone for CategoryBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more