Struct cobalt::cobalt_model::SiteConfig[][src]

pub struct SiteConfig {
    pub title: Option<String>,
    pub description: Option<String>,
    pub base_url: Option<String>,
    pub data: Option<Object>,
    pub data_dir: &'static str,
}

Fields

Trait Implementations

impl Debug for SiteConfig
[src]

Formats the value using the given formatter. Read more

impl Clone for SiteConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Auto Trait Implementations

impl Send for SiteConfig

impl Sync for SiteConfig