Struct jsonfeed::Author [] [src]

pub struct Author { /* fields omitted */ }

Represents an author in both a feed and a feed item

Methods

impl Author
[src]

Trait Implementations

impl Debug for Author
[src]

Formats the value using the given formatter.

impl Clone for Author
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Author
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.