Struct cobalt::cobalt_model::DocumentBuilder [] [src]

pub struct DocumentBuilder<T: Front> { /* fields omitted */ }

Methods

impl<T: Front> DocumentBuilder<T>
[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Debug + Front> Debug for DocumentBuilder<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Eq + Front> Eq for DocumentBuilder<T>
[src]

impl<T: PartialEq + Front> PartialEq for DocumentBuilder<T>
[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<T: Default + Front> Default for DocumentBuilder<T>
[src]

[src]

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

impl<T: Clone + Front> Clone for DocumentBuilder<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Front> Display for DocumentBuilder<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl From<DocumentBuilder> for DocumentBuilder<FrontmatterBuilder>
[src]

[src]

Performs the conversion.

impl From<DocumentBuilder> for DocumentBuilder<FrontmatterBuilder>
[src]

[src]

Performs the conversion.