Struct cobalt::cobalt_model::FrontmatterBuilder [] [src]

pub struct FrontmatterBuilder {
    pub permalink: Option<String>,
    pub slug: Option<String>,
    pub title: Option<String>,
    pub description: Option<String>,
    pub excerpt: Option<String>,
    pub categories: Option<Vec<String>>,
    pub excerpt_separator: Option<String>,
    pub published_date: Option<DateTime>,
    pub format: Option<SourceFormat>,
    pub layout: Option<String>,
    pub is_draft: Option<bool>,
    pub data: Object,
    pub collection: Option<String>,
}

Fields

Methods

impl FrontmatterBuilder
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for FrontmatterBuilder
[src]

[src]

Formats the value using the given formatter.

impl Eq for FrontmatterBuilder
[src]

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

[src]

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

impl Clone for FrontmatterBuilder
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for FrontmatterBuilder
[src]

[src]

Formats the value using the given formatter. Read more

impl Front for FrontmatterBuilder
[src]

[src]

[src]

impl From<FrontmatterBuilder> for FrontmatterBuilder
[src]

[src]

Performs the conversion.

impl From<FrontmatterBuilder> for FrontmatterBuilder
[src]

[src]

Performs the conversion.