Struct stc_ts_types::replace::Finder
source · [−]Fields
cache: &'a mut FxHashMap<*const (), bool>
matcher: &'a M
found: bool
Trait Implementations
Auto Trait Implementations
impl<'a, M> RefUnwindSafe for Finder<'a, M>where
M: RefUnwindSafe,
impl<'a, M> !Send for Finder<'a, M>
impl<'a, M> !Sync for Finder<'a, M>
impl<'a, M> Unpin for Finder<'a, M>
impl<'a, M> !UnwindSafe for Finder<'a, M>
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