pub struct RustAnalyzer;Expand description
Rust language analyzer using syn for AST parsing.
Implementations§
Source§impl RustAnalyzer
impl RustAnalyzer
Trait Implementations§
Source§impl Default for RustAnalyzer
impl Default for RustAnalyzer
Source§impl LanguageAnalyzer for RustAnalyzer
impl LanguageAnalyzer for RustAnalyzer
Auto Trait Implementations§
impl Freeze for RustAnalyzer
impl RefUnwindSafe for RustAnalyzer
impl Send for RustAnalyzer
impl Sync for RustAnalyzer
impl Unpin for RustAnalyzer
impl UnsafeUnpin for RustAnalyzer
impl UnwindSafe for RustAnalyzer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more