Struct atom_syndication::Link [] [src]

pub struct Link {
    pub href: String,
    pub rel: Option<String>,
    pub mediatype: Option<String>,
    pub hreflang: Option<String>,
    pub title: Option<String>,
    pub length: Option<String>,
}

[The Atom Syndication Format § The "atom:link" Element] (https://tools.ietf.org/html/rfc4287#section-4.2.7)

Fields

Trait Implementations

impl Clone for Link
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Link
[src]

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

impl Debug for Link
[src]

Formats the value using the given formatter.

impl PartialEq for Link
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Link
[src]