Struct atom_syndication::extension::ExtensionBuilder [] [src]

pub struct ExtensionBuilder { /* fields omitted */ }

Builder for Extension.

Methods

impl ExtensionBuilder
[src]

[src]

The qualified name of the extension element.

[src]

The content of the extension element.

[src]

The attributes for the extension element.

[src]

The children of the extension element. A map of local names to child elements.

[src]

Builds a new Extension.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for ExtensionBuilder
[src]

[src]

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

impl Clone for ExtensionBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more