Struct stc_ts_base_type_ops::fix::Fixer
source · [−]struct Fixer;
Implementations
Trait Implementations
sourceimpl VisitMut<Intersection> for Fixer
impl VisitMut<Intersection> for Fixer
fn visit_mut(&mut self, ty: &mut Intersection)
Auto Trait Implementations
impl RefUnwindSafe for Fixer
impl Send for Fixer
impl Sync for Fixer
impl Unpin for Fixer
impl UnwindSafe for Fixer
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