Enum libwgetj::Package [] [src]

pub enum Package {
    JRE,
    JDK,
}

Java package type.

Variants

JRE

Java Runtime Environment

JDK

Java Development Kit

Trait Implementations

impl Copy for Package
[src]

impl Clone for Package
[src]

fn clone(&self) -> Package

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

impl Display for Package
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.