Struct stc_ts_generics::type_param::finder::TypeParamDeclFinder
source · [−]Expand description
This looks for type parameter declarations and infer type parameters.
Fields
params: FxHashSet<Id>
Trait Implementations
sourceimpl Debug for TypeParamDeclFinder
impl Debug for TypeParamDeclFinder
sourceimpl Default for TypeParamDeclFinder
impl Default for TypeParamDeclFinder
sourcefn default() -> TypeParamDeclFinder
fn default() -> TypeParamDeclFinder
Returns the “default value” for a type. Read more
sourceimpl Visit<TypeParamDecl> for TypeParamDeclFinder
impl Visit<TypeParamDecl> for TypeParamDeclFinder
fn visit(&mut self, decl: &TypeParamDecl)
Auto Trait Implementations
impl RefUnwindSafe for TypeParamDeclFinder
impl Send for TypeParamDeclFinder
impl Sync for TypeParamDeclFinder
impl Unpin for TypeParamDeclFinder
impl UnwindSafe for TypeParamDeclFinder
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