Struct ra_ap_rust_analyzer::config::RunnablesConfig [−][src]
pub struct RunnablesConfig {
pub override_cargo: Option<String>,
pub cargo_extra_args: Vec<String>,
}Expand description
Configuration for runnable items, such as main function or tests.
Fields
override_cargo: Option<String>Custom command to be executed instead of cargo for runnables.
cargo_extra_args: Vec<String>Additional arguments for the cargo, e.g. --release.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RunnablesConfig
impl Send for RunnablesConfig
impl Sync for RunnablesConfig
impl Unpin for RunnablesConfig
impl UnwindSafe for RunnablesConfig
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