Struct stc_ts_generics::type_param::remover::TypeParamRemover
source · [−]pub struct TypeParamRemover<'a> {
scope: Scope<'a>,
}
Expand description
Fields
scope: Scope<'a>
Implementations
sourceimpl TypeParamRemover<'static>
impl TypeParamRemover<'static>
Trait Implementations
sourceimpl<'a> Debug for TypeParamRemover<'a>
impl<'a> Debug for TypeParamRemover<'a>
sourceimpl Fold<CallSignature> for TypeParamRemover<'_>
impl Fold<CallSignature> for TypeParamRemover<'_>
fn fold(&mut self, node: CallSignature) -> CallSignature
sourceimpl Fold<ConstructorSignature> for TypeParamRemover<'_>
impl Fold<ConstructorSignature> for TypeParamRemover<'_>
fn fold(&mut self, node: ConstructorSignature) -> ConstructorSignature
sourceimpl Fold<Function> for TypeParamRemover<'_>
impl Fold<Function> for TypeParamRemover<'_>
sourceimpl Fold<MethodSignature> for TypeParamRemover<'_>
impl Fold<MethodSignature> for TypeParamRemover<'_>
fn fold(&mut self, node: MethodSignature) -> MethodSignature
sourceimpl Fold<Option<TypeParamDecl>> for TypeParamRemover<'_>
impl Fold<Option<TypeParamDecl>> for TypeParamRemover<'_>
fn fold(&mut self, node: Option<TypeParamDecl>) -> Option<TypeParamDecl>
Auto Trait Implementations
impl<'a> RefUnwindSafe for TypeParamRemover<'a>
impl<'a> Send for TypeParamRemover<'a>
impl<'a> Sync for TypeParamRemover<'a>
impl<'a> Unpin for TypeParamRemover<'a>
impl<'a> UnwindSafe for TypeParamRemover<'a>
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