Enum libwgetj::OS [] [src]

pub enum OS {
    Linux,
    Mac,
    Windows,
}

Supported OS downloads

Variants

Linux

Mac OSX

Windows

Trait Implementations

impl Clone for OS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for OS
[src]

impl Eq for OS
[src]

impl PartialEq for OS
[src]

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

This method tests for !=.

impl Display for OS
[src]

Formats the value using the given formatter.