pub struct RefactoringAnalyzer { /* private fields */ }Expand description
Basic refactoring analyzer
Implementations§
Source§impl RefactoringAnalyzer
impl RefactoringAnalyzer
pub fn new() -> RefactoringAnalyzer
Trait Implementations§
Source§impl Default for RefactoringAnalyzer
impl Default for RefactoringAnalyzer
Source§fn default() -> RefactoringAnalyzer
fn default() -> RefactoringAnalyzer
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RefactoringAnalyzer
impl RefUnwindSafe for RefactoringAnalyzer
impl Send for RefactoringAnalyzer
impl Sync for RefactoringAnalyzer
impl Unpin for RefactoringAnalyzer
impl UnsafeUnpin for RefactoringAnalyzer
impl UnwindSafe for RefactoringAnalyzer
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