Struct rss::Guid [] [src]

pub struct Guid {
    pub value: String,
    pub is_permalink: bool,
}

A representation of the <guid> element.

Fields

The value of the GUID.

Indicates if the GUID is a permalink.

Trait Implementations

impl Debug for Guid
[src]

Formats the value using the given formatter.

impl Clone for Guid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Guid
[src]

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

This method tests for !=.

impl Default for Guid
[src]

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