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
id: String
title: Option<String>
content: Option<String>
summary: Option<String>
published: NaiveDateTime
updated: Option<NaiveDateTime>
alternate: Vec<Link>
keywords: Vec<String>
enclosure: Vec<Link>
fingerprint: String
Methods
impl Entry[src]
Trait Implementations
impl Debug for Entry[src]
impl Clone for Entry[src]
fn clone(&self) -> Entry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more