Struct ra_ap_rust_analyzer::cli::flags::RustAnalyzer [−][src]
pub struct RustAnalyzer {
pub verbose: u32,
pub quiet: bool,
pub log_file: Option<PathBuf>,
pub no_log_buffering: bool,
pub wait_dbg: bool,
pub subcommand: RustAnalyzerCmd,
}Fields
verbose: u32quiet: boollog_file: Option<PathBuf>no_log_buffering: boolwait_dbg: boolsubcommand: RustAnalyzerCmdImplementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RustAnalyzer
impl !Send for RustAnalyzer
impl !Sync for RustAnalyzer
impl Unpin for RustAnalyzer
impl !UnwindSafe for RustAnalyzer
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