Struct stc_ts_file_analyzer::analyzer::scope::ShallowNormalizer
source · [−]pub struct ShallowNormalizer<'a, 'b, 'c> {
analyzer: &'a mut Analyzer<'b, 'c>,
}
Expand description
Calls Analyzer::normalize
on top-level types
Fields
analyzer: &'a mut Analyzer<'b, 'c>
Trait Implementations
Auto Trait Implementations
impl<'a, 'b, 'c> !RefUnwindSafe for ShallowNormalizer<'a, 'b, 'c>
impl<'a, 'b, 'c> !Send for ShallowNormalizer<'a, 'b, 'c>
impl<'a, 'b, 'c> !Sync for ShallowNormalizer<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for ShallowNormalizer<'a, 'b, 'c>where
'b: 'a,
'c: 'a,
impl<'a, 'b, 'c> !UnwindSafe for ShallowNormalizer<'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