Struct atom_syndication::CategoryBuilder [] [src]

pub struct CategoryBuilder { /* fields omitted */ }

Builder for Category.

Methods

impl CategoryBuilder
[src]

[src]

Identifies the category.

[src]

Identifies the categorization scheme via a URI.

[src]

A human-readable label for display.

[src]

Builds a new Category.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for CategoryBuilder
[src]

[src]

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

impl Clone for CategoryBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations