pub struct PreviewRefactorResult {
pub plan: RefactorPlan,
}Fields§
§plan: RefactorPlanTrait Implementations§
Source§impl Debug for PreviewRefactorResult
impl Debug for PreviewRefactorResult
Auto Trait Implementations§
impl Freeze for PreviewRefactorResult
impl RefUnwindSafe for PreviewRefactorResult
impl Send for PreviewRefactorResult
impl Sync for PreviewRefactorResult
impl Unpin for PreviewRefactorResult
impl UnsafeUnpin for PreviewRefactorResult
impl UnwindSafe for PreviewRefactorResult
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