Fields
obj_ty: &'a Type
index_param_name: &'a Id
The name of key
to: &'a Type
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MappedIndexTypeReplacer<'a>
impl<'a> Send for MappedIndexTypeReplacer<'a>
impl<'a> Sync for MappedIndexTypeReplacer<'a>
impl<'a> Unpin for MappedIndexTypeReplacer<'a>
impl<'a> UnwindSafe for MappedIndexTypeReplacer<'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