Enum alfred::ItemType [] [src]

pub enum ItemType {
    Default,
    File,
    FileSkipCheck,
}

Item types

Variants

Default type for an item

Type representing a file

Alredy checks that the file exists on disk, and hides the result if it does not.

Type representing a file, with filesystem checks skipped

Similar to File but skips the check to ensure the file exists.

Trait Implementations

impl PartialEq for ItemType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ItemType
[src]

impl Clone for ItemType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ItemType
[src]