Struct stc_ts_file_analyzer::analyzer::generic::MappedKeyReplacer
source · [−]Expand description
Replaces type parameters with name from
to type to
.
Fields
from: &'a Id
The name of type parameter
to: &'a Type
Type of key. This is typically literal.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for MappedKeyReplacer<'a>
impl<'a> Send for MappedKeyReplacer<'a>
impl<'a> Sync for MappedKeyReplacer<'a>
impl<'a> Unpin for MappedKeyReplacer<'a>
impl<'a> UnwindSafe for MappedKeyReplacer<'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