Home
last modified time | relevance | path

Searched defs:LensConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dconfig.rs591 pub struct LensConfig { struct
593 pub run: bool,
594 pub debug: bool,
595 pub interpret: bool,
598 pub implementations: bool,
601 pub method_refs: bool,
602 pub refs_adt: bool, // for Struct, Enum, Union and Trait
626 impl LensConfig { implementation
1477 pub fn lens(&self) -> LensConfig { in lens()