Struct forecast::Flags[][src]

pub struct Flags {
    pub darksky_unavailable: 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 Clone for Flags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 Eq for Flags
[src]

impl Debug for Flags
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Flags

impl Sync for Flags