Struct helianto::Site [] [src]

pub struct Site {
    pub title: String,
    pub language: Option<String>,
    pub url: String,
}

Fields

Methods

impl Site
[src]

Trait Implementations

impl Debug for Site
[src]

Formats the value using the given formatter.

impl Encodable for Site
[src]

Serialize a value using an Encoder.

impl Decodable for Site
[src]

Deserialize a value using a Decoder.

impl ToJson for Site
[src]

Converts the value of self to an instance of JSON

impl Default for Site
[src]

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