Searched defs:ClientCommandsConfig (Results 1 – 1 of 1) sorted by relevance
724 pub struct ClientCommandsConfig { struct725 pub run_single: bool,726 pub debug_single: bool,727 pub show_reference: bool,728 pub goto_location: bool,729 pub trigger_parameter_hints: bool,1601 pub fn client_commands(&self) -> ClientCommandsConfig { in client_commands()