Struct ra_ap_rust_analyzer::config::ClientCommandsConfig [−][src]
pub struct ClientCommandsConfig {
pub run_single: bool,
pub debug_single: bool,
pub show_reference: bool,
pub goto_location: bool,
pub trigger_parameter_hints: bool,
}Fields
run_single: booldebug_single: boolshow_reference: boolgoto_location: booltrigger_parameter_hints: boolAuto Trait Implementations
impl RefUnwindSafe for ClientCommandsConfig
impl Send for ClientCommandsConfig
impl Sync for ClientCommandsConfig
impl Unpin for ClientCommandsConfig
impl UnwindSafe for ClientCommandsConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner,
Cast a value to type U using CastTo.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more