Enum libwgetj::Archive [] [src]

pub enum Archive {
    RPM,
    TGZ,
    DMG,
    EXE,
}

The download archive type.

Variants

.rpm

.tar.gz

.dmg

.exe

Trait Implementations

impl Clone for Archive
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Archive
[src]

impl Display for Archive
[src]

Formats the value using the given formatter. Read more