Enum libwgetj::Archive
[−]
[src]
pub enum Archive {
RPM,
TGZ,
DMG,
EXE,
}The download archive type.
Variants
RPM.rpm
TGZ.tar.gz
DMG.dmg
EXE.exe
Trait Implementations
impl Copy for Archive[src]
impl Clone for Archive[src]
fn clone(&self) -> Archive
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