Struct feed_rs::model::Person [−][src]
Expand description
Represents an author, contributor etc.
Fields
name: StringAtom: human-readable name for the person. JSON Feed: human-readable name for the person.
uri: Option<String>Atom: home page for the person. JSON Feed: link to media (Twitter etc) for the person
email: Option<String>Atom: An email address for the person.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Person
impl UnwindSafe for Person
Blanket Implementations
Mutably borrows from an owned value. Read more