Struct cobalt::cobalt_model::PostConfig[][src]

pub struct PostConfig {
    pub title: Option<String>,
    pub description: Option<String>,
    pub dir: 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 PostConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for PostConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PostConfig
[src]

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

This method tests for !=.

impl Default for PostConfig
[src]

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

Auto Trait Implementations

impl Send for PostConfig

impl Sync for PostConfig