Struct stc_ts_file_analyzer::analyzer::class::order::MethodAnalyzer
source · [−]struct MethodAnalyzer {
result: AnalysisResult,
}
Fields
result: AnalysisResult
Trait Implementations
sourceimpl Visit<RMemberExpr> for MethodAnalyzer
impl Visit<RMemberExpr> for MethodAnalyzer
fn visit(&mut self, e: &RMemberExpr)
Auto Trait Implementations
impl RefUnwindSafe for MethodAnalyzer
impl Send for MethodAnalyzer
impl Sync for MethodAnalyzer
impl Unpin for MethodAnalyzer
impl UnwindSafe for MethodAnalyzer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more