pub struct SystemEdit<'a> { /* private fields */ }Implementations§
Source§impl SystemEdit<'_>
impl SystemEdit<'_>
Sourcepub fn replace(&mut self, range: Range, text: &str) -> Result<(), EditError>
pub fn replace(&mut self, range: Range, text: &str) -> Result<(), EditError>
A partial generated-surface edit (0049 §5 collection view splices): system origin, never undoable, and it never dirties the buffer.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SystemEdit<'a>
impl<'a> !Sync for SystemEdit<'a>
impl<'a> !UnwindSafe for SystemEdit<'a>
impl<'a> Freeze for SystemEdit<'a>
impl<'a> Send for SystemEdit<'a>
impl<'a> Unpin for SystemEdit<'a>
impl<'a> UnsafeUnpin for SystemEdit<'a>
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