Struct stc_ts_file_analyzer::analyzer::util::Generalizer
source · [−]pub(super) struct Generalizer {
pub force: bool,
}
Expand description
TODO(kdy1): Clarify why this visitor is used. I forgot it.
Fields
force: bool
Trait Implementations
sourceimpl Debug for Generalizer
impl Debug for Generalizer
Auto Trait Implementations
impl RefUnwindSafe for Generalizer
impl Send for Generalizer
impl Sync for Generalizer
impl Unpin for Generalizer
impl UnwindSafe for Generalizer
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