Struct forecast::Flags [] [src]

pub struct Flags {
    pub darksky_unavailable: Option<String>,
    pub metno_license: Option<String>,
    pub sources: Vec<String>,
    pub units: Units,
}

Model object representing a flag which contains miscellaneous metadata about a request.

Fields

Trait Implementations

impl PartialEq for Flags
[src]

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

This method tests for !=.

impl Debug for Flags
[src]

Formats the value using the given formatter.