Struct rss::Cloud [] [src]

pub struct Cloud {
    pub domain: String,
    pub port: String,
    pub path: String,
    pub register_procedure: String,
    pub protocol: String,
}

A representation of the <cloud> element.

Fields

The domain to register with.

The port to register with.

The path to register with.

The procedure to register with.

The protocol to register with.

Trait Implementations

impl Debug for Cloud
[src]

Formats the value using the given formatter.

impl Default for Cloud
[src]

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

impl Clone for Cloud
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Cloud
[src]

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

This method tests for !=.