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