Struct atom_syndication::PersonBuilder [−][src]
pub struct PersonBuilder { /* fields omitted */ }Expand description
Builder for Person.
Implementations
A human-readable name for the person.
An email address for the person.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PersonBuilderimpl Send for PersonBuilderimpl Sync for PersonBuilderimpl Unpin for PersonBuilderimpl UnwindSafe for PersonBuilderBlanket Implementations
Mutably borrows from an owned value. Read more