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
domain: String
                           The domain to register with.
port: String
                           The port to register with.
path: String
                           The path to register with.
register_procedure: String
                           The procedure to register with.
protocol: String
                           The protocol to register with.
Trait Implementations
impl PartialEq for Cloud[src]
fn eq(&self, __arg_0: &Cloud) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Cloud) -> bool
This method tests for !=.
impl Clone for Cloud[src]
fn clone(&self) -> Cloud
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more