pub struct FixInfo { /* private fields */ }
Expand description
Information about a fix that should be applied to the lowering.
Auto Trait Implementations§
impl RefUnwindSafe for FixInfo
impl Send for FixInfo
impl Sync for FixInfo
impl Unpin for FixInfo
impl UnwindSafe for FixInfo
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