Struct stc_ts_generics::type_param::finder::TypeParamNameUsageFinder
source · [−]Fields
params: Vec<Id>
Trait Implementations
sourceimpl Debug for TypeParamNameUsageFinder
impl Debug for TypeParamNameUsageFinder
sourceimpl Default for TypeParamNameUsageFinder
impl Default for TypeParamNameUsageFinder
sourcefn default() -> TypeParamNameUsageFinder
fn default() -> TypeParamNameUsageFinder
Returns the “default value” for a type. Read more
sourceimpl Visit<TypeParamDecl> for TypeParamNameUsageFinder
impl Visit<TypeParamDecl> for TypeParamNameUsageFinder
Noop as declaration is not usage.
fn visit(&mut self, _: &TypeParamDecl)
Auto Trait Implementations
impl RefUnwindSafe for TypeParamNameUsageFinder
impl Send for TypeParamNameUsageFinder
impl Sync for TypeParamNameUsageFinder
impl Unpin for TypeParamNameUsageFinder
impl UnwindSafe for TypeParamNameUsageFinder
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