Struct wellington::IndexedBlogPost[][src]

pub struct IndexedBlogPost {
    pub post_url: String,
    pub last_updated: SystemTime,
    pub first_published: SystemTime,
    pub title: Option<String>,
    // some fields omitted
}

Fields

Methods

impl IndexedBlogPost
[src]

Trait Implementations

impl Debug for IndexedBlogPost
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IndexedBlogPost
[src]

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

This method tests for !=.

impl Clone for IndexedBlogPost
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations