Struct feed_rs::entry::Entry [] [src]

pub struct Entry {
    pub id: String,
    pub title: Option<String>,
    pub content: Option<String>,
    pub summary: Option<String>,
    pub author: Option<String>,
    pub published: NaiveDateTime,
    pub updated: Option<NaiveDateTime>,
    pub alternate: Vec<Link>,
    pub keywords: Vec<String>,
    pub enclosure: Vec<Link>,
    pub fingerprint: String,
}

Fields

Methods

impl Entry
[src]

Trait Implementations

impl Debug for Entry
[src]

Formats the value using the given formatter.

impl Clone for Entry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more