Struct stc_ts_file_analyzer::analyzer::generic::MappedReverser
source · [−]struct MappedReverser {
did_work: bool,
}
Expand description
This struct reverses the mapped type.
===== ===== ===== Type (param_ty) ===== ===== ===== TYPE as { [P in K]: T[P]; }; };
===== ===== ===== Type (ty) ===== ===== ===== TYPE as { [P in K]: T[P]; }; ===== ===== ===== Type (arg) ===== ===== ===== TYPE as { foo: { value: number; }; bar: { value: string; }; };
Fields
did_work: bool
Trait Implementations
sourceimpl Default for MappedReverser
impl Default for MappedReverser
sourcefn default() -> MappedReverser
fn default() -> MappedReverser
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MappedReverser
impl Send for MappedReverser
impl Sync for MappedReverser
impl Unpin for MappedReverser
impl UnwindSafe for MappedReverser
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