Enum fruitbasket::ActivationPolicy[][src]

pub enum ActivationPolicy {
    Regular,
    Accessory,
    Prohibited,
}
Expand description

Policies controlling how a Mac application’s UI is interacted with

Variants

Regular

Appears in the Dock and menu bar and can have an interactive UI with windows

Accessory

Does not appear in Dock or menu bar, but may create windows

Prohibited

Does not appear in Dock or menu bar, may not create windows (background-only)

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.