Struct forecast_io::Alert [] [src]

pub struct Alert {
    pub expires: u64,
    pub description: String,
    pub title: String,
    pub uri: String,
}

Fields

expires: u64 description: String title: String uri: String

Trait Implementations

impl Debug for Alert
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Alert
[src]

fn clone(&self) -> Alert

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