Struct helianto::DocumentMetadata [] [src]

pub struct DocumentMetadata {
    pub url: String,
    pub title: String,
    pub language: Option<String>,
    pub modified: Option<DateTime>,
    pub created: Option<DateTime>,
    pub keywords: Vec<String>,
}

Fields

Methods

impl DocumentMetadata
[src]

Trait Implementations

impl Debug for DocumentMetadata
[src]

Formats the value using the given formatter.

impl Clone for DocumentMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for DocumentMetadata
[src]

Serialize a value using an Encoder.

impl Decodable for DocumentMetadata
[src]

Deserialize a value using a Decoder.

impl Default for DocumentMetadata
[src]

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

impl ToJson for DocumentMetadata
[src]

Converts the value of self to an instance of JSON