Struct rss::Guid [] [src]

pub struct Guid {
    pub value: String,
    pub is_permalink: Option<bool>,
}

A representation of the <guid> element.

Fields

value: String

The value of the guid. This is the content of the <guid> tag.

is_permalink: Option<bool>

Indicates if the guid is a permalink. This is the isPermaLink attribute of the <guid> tag.