pub struct ContextAnalyzer { /* private fields */ }
Expand description
Context analyzer for understanding code context
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContextAnalyzer
impl RefUnwindSafe for ContextAnalyzer
impl Send for ContextAnalyzer
impl Sync for ContextAnalyzer
impl Unpin for ContextAnalyzer
impl UnwindSafe for ContextAnalyzer
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