Struct stc_ts_utils::DestructuringFinder
source · [−]Expand description
Finds all identifiers of variable
Fields
found: &'a mut Vec<I>
Trait Implementations
sourceimpl<I: From<RIdent>> Visit<RExpr> for DestructuringFinder<'_, I>
impl<I: From<RIdent>> Visit<RExpr> for DestructuringFinder<'_, I>
No-op (we don’t care about expressions)
sourceimpl<I: From<RIdent>> Visit<RPropName> for DestructuringFinder<'_, I>
impl<I: From<RIdent>> Visit<RPropName> for DestructuringFinder<'_, I>
No-op (we don’t care about expressions)
sourceimpl<'a, I: From<RIdent>> Visit<RTsEntityName> for DestructuringFinder<'a, I>
impl<'a, I: From<RIdent>> Visit<RTsEntityName> for DestructuringFinder<'a, I>
No-op, as we don’t care about types.
fn visit(&mut self, _: &RTsEntityName)
Auto Trait Implementations
impl<'a, I> RefUnwindSafe for DestructuringFinder<'a, I>where
I: RefUnwindSafe,
impl<'a, I> Send for DestructuringFinder<'a, I>where
I: Send,
impl<'a, I> Sync for DestructuringFinder<'a, I>where
I: Sync,
impl<'a, I> Unpin for DestructuringFinder<'a, I>
impl<'a, I> !UnwindSafe for DestructuringFinder<'a, I>
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