pub struct FixEngine;Expand description
Core autofix orchestrator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixEngine
impl RefUnwindSafe for FixEngine
impl Send for FixEngine
impl Sync for FixEngine
impl Unpin for FixEngine
impl UnsafeUnpin for FixEngine
impl UnwindSafe for FixEngine
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more