Struct atom_syndication::PersonBuilder [] [src]

pub struct PersonBuilder { /* fields omitted */ }

Builder for Person.

Methods

impl PersonBuilder
[src]

[src]

A human-readable name for the person.

[src]

An email address for the person.

[src]

A Web page for the person.

[src]

Builds a new Person.

Errors

If a required field has not been initialized.

Trait Implementations

impl Default for PersonBuilder
[src]

[src]

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

impl Clone for PersonBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more