Struct broot::verb::VerbStore[][src]

pub struct VerbStore {
    pub verbs: Vec<Verb>,
}
Expand description

Provide access to the verbs:

  • the built-in ones
  • the user defined ones A user defined verb can replace a built-in. When the user types some keys, we select a verb
  • if the input exactly matches a shortcut or the name
  • if only one verb name starts with the input

Fields

verbs: Vec<Verb>

Implementations

return the index of the verb which is triggered by the given keyboard key, if any

Trait Implementations

Returns the “default value” for a type. Read more

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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

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.