Enum fruitbasket::InstallDir[][src]

pub enum InstallDir {
    Temp,
    SystemApplications,
    UserApplications,
    Custom(String),
}
Expand description

Options for where to save generated app bundle

Variants

Temp

Store in a system-defined temporary directory

SystemApplications

Store in the system-wide Application directory (all users)

UserApplications

Store in the user-specific Application directory (current user)

Custom(String)

Tuple Fields

0: String

Store in a custom directory, specified as a String

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.