pub struct ApplyRefactorResult {
pub files_written: usize,
pub reindex_warning: Option<String>,
pub workspace_edit: Option<WorkspaceEdit>,
}Fields§
§files_written: usize§reindex_warning: Option<String>§workspace_edit: Option<WorkspaceEdit>Trait Implementations§
Source§impl Debug for ApplyRefactorResult
impl Debug for ApplyRefactorResult
Auto Trait Implementations§
impl !RefUnwindSafe for ApplyRefactorResult
impl Freeze for ApplyRefactorResult
impl Send for ApplyRefactorResult
impl Sync for ApplyRefactorResult
impl Unpin for ApplyRefactorResult
impl UnsafeUnpin for ApplyRefactorResult
impl UnwindSafe for ApplyRefactorResult
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