Struct cobalt::cobalt_model::CollectionBuilder [] [src]

pub struct CollectionBuilder {
    pub title: Option<String>,
    pub slug: 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

Methods

impl CollectionBuilder
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for CollectionBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for CollectionBuilder
[src]

[src]

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

impl Debug for CollectionBuilder
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CollectionBuilder
[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 From<PageBuilder> for CollectionBuilder
[src]

[src]

Performs the conversion.

impl From<PostBuilder> for CollectionBuilder
[src]

[src]

Performs the conversion.