Struct stc_ts_file_analyzer::analyzer::scope::this::ThisReplacer
source · [−]Fields
this_ty: Type
analyzer: &'a mut Analyzer<'b, 'c>
Trait Implementations
sourceimpl VisitMut<ClassMember> for ThisReplacer<'_, '_, '_>
impl VisitMut<ClassMember> for ThisReplacer<'_, '_, '_>
Noop.
fn visit_mut(&mut self, _: &mut ClassMember)
Auto Trait Implementations
impl<'a, 'b, 'c> !RefUnwindSafe for ThisReplacer<'a, 'b, 'c>
impl<'a, 'b, 'c> !Send for ThisReplacer<'a, 'b, 'c>
impl<'a, 'b, 'c> !Sync for ThisReplacer<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for ThisReplacer<'a, 'b, 'c>where
'b: 'a,
'c: 'a,
impl<'a, 'b, 'c> !UnwindSafe for ThisReplacer<'a, 'b, 'c>
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