Struct ra_ap_rust_analyzer::config::WorkspaceSymbolConfig [−][src]
pub struct WorkspaceSymbolConfig {
pub search_scope: WorkspaceSymbolSearchScope,
pub search_kind: WorkspaceSymbolSearchKind,
}Expand description
Configuration for workspace symbol search requests.
Fields
search_scope: WorkspaceSymbolSearchScopeIn what scope should the symbol be searched in.
search_kind: WorkspaceSymbolSearchKindWhat kind of symbol is being search for.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for WorkspaceSymbolConfig
impl Send for WorkspaceSymbolConfig
impl Sync for WorkspaceSymbolConfig
impl Unpin for WorkspaceSymbolConfig
impl UnwindSafe for WorkspaceSymbolConfig
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.
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