Enum libwgetj::Package [] [src]

pub enum Package {
    JRE,
    JDK,
}

Java package type.

Variants

Java Runtime Environment

Java Development Kit

Trait Implementations

impl Clone for Package
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Package
[src]

impl Display for Package
[src]

Formats the value using the given formatter. Read more