Struct cobalt::ConfigBuilder [] [src]

pub struct ConfigBuilder {
    pub root: PathBuf,
    pub source: String,
    pub destination: String,
    pub abs_dest: Option<String>,
    pub include_drafts: bool,
    pub default: FrontmatterBuilder,
    pub pages: PageBuilder,
    pub posts: PostBuilder,
    pub site: SiteBuilder,
    pub template_extensions: Vec<String>,
    pub ignore: Vec<String>,
    pub syntax_highlight: SyntaxHighlight,
    pub layouts_dir: &'static str,
    pub includes_dir: &'static str,
    pub assets: AssetsBuilder,
    pub dump: Vec<Dump>,
}

Fields

Methods

impl ConfigBuilder
[src]

Trait Implementations

impl Debug for ConfigBuilder
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ConfigBuilder
[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 ConfigBuilder
[src]

[src]

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

impl Display for ConfigBuilder
[src]

[src]

Formats the value using the given formatter. Read more

impl From<GlobalConfig> for ConfigBuilder
[src]

[src]

Performs the conversion.