pub struct DeleteOperation {
pub diff: OpaqueDiff,
pub deleted: Rope,
}Fields§
§diff: OpaqueDiff§deleted: RopeImplementations§
Auto Trait Implementations§
impl Freeze for DeleteOperation
impl RefUnwindSafe for DeleteOperation
impl Send for DeleteOperation
impl Sync for DeleteOperation
impl Unpin for DeleteOperation
impl UnwindSafe for DeleteOperation
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