Struct stc_ts_type_ops::generalization::LitGeneralizer
source · [−]pub struct LitGeneralizer;
Trait Implementations
sourceimpl Fold<ClassProperty> for LitGeneralizer
impl Fold<ClassProperty> for LitGeneralizer
fn fold(&mut self, node: ClassProperty) -> ClassProperty
sourceimpl Fold<Conditional> for LitGeneralizer
impl Fold<Conditional> for LitGeneralizer
fn fold(&mut self, n: Conditional) -> Conditional
Auto Trait Implementations
impl RefUnwindSafe for LitGeneralizer
impl Send for LitGeneralizer
impl Sync for LitGeneralizer
impl Unpin for LitGeneralizer
impl UnwindSafe for LitGeneralizer
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