Struct cobalt::cobalt_model::PostBuilder [] [src]

pub struct PostBuilder {
    pub title: Option<String>,
    pub description: Option<String>,
    pub dir: Option<String>,
    pub drafts_dir: Option<String>,
    pub order: SortOrder,
    pub rss: Option<String>,
    pub jsonfeed: Option<String>,
    pub default: FrontmatterBuilder,
}

Fields

Trait Implementations

impl Debug for PostBuilder
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PostBuilder
[src]

[src]

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

[src]

This method tests for !=.

impl Default for PostBuilder
[src]

[src]

Returns the "default value" for a type. Read more