Struct rss::Enclosure [] [src]

pub struct Enclosure {
    pub url: String,
    pub length: String,
    pub mime_type: String,
}

A representation of the <enclosure> element.

Fields

The URL of the enclosure.

The length of the enclosure in bytes.

The MIME type of the enclosure.

Trait Implementations

impl Debug for Enclosure
[src]

Formats the value using the given formatter.

impl Default for Enclosure
[src]

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

impl Clone for Enclosure
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Enclosure
[src]

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

This method tests for !=.