Struct stc_ts_generics::type_param::replacer::TypeParamReplacer
source · [−]Fields
inferred: FxHashMap<Id, Type>
include_type_params: bool
true
means we should replace type parameters with other type
parameter.
Trait Implementations
sourceimpl Debug for TypeParamReplacer
impl Debug for TypeParamReplacer
Auto Trait Implementations
impl RefUnwindSafe for TypeParamReplacer
impl Send for TypeParamReplacer
impl Sync for TypeParamReplacer
impl Unpin for TypeParamReplacer
impl UnwindSafe for TypeParamReplacer
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