Struct stc_ts_generics::expander::InferTypeResult
source · [−]Fields
types: FxHashMap<Id, Type>
errored: FxHashSet<Id>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for InferTypeResult
impl Send for InferTypeResult
impl Sync for InferTypeResult
impl Unpin for InferTypeResult
impl UnwindSafe for InferTypeResult
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