Struct fiveo::MatcherParameters [] [src]

pub struct MatcherParameters { /* fields omitted */ }

A set of parameters that can be tuned to change the scores assigned to certain matches.

Trait Implementations

impl Default for MatcherParameters
[src]

Define a sane set of default MatcherParameters that adhere to the same parameters followed by Cmd-T.

The rules in these default parameters prefers slashes over separators, and camelcase / separators over periods, with a max gap of 10.

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations