pub enum EditKind {
Edit,
Write,
MultiEdit,
NotebookEdit,
}Expand description
The write tool behind one file edit, normalized across the variants a tool exposes - the evidence of what kind of change a session made to a file.
Variants§
Implementations§
Trait Implementations§
impl Copy for EditKind
impl Eq for EditKind
impl StructuralPartialEq for EditKind
Auto Trait Implementations§
impl Freeze for EditKind
impl RefUnwindSafe for EditKind
impl Send for EditKind
impl Sync for EditKind
impl Unpin for EditKind
impl UnsafeUnpin for EditKind
impl UnwindSafe for EditKind
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