pub struct PreparedReplacements { /* private fields */ }Expand description
Validated, sorted replacements bound to one exact buffer incarnation/revision. The editor may restore prompt selection state before acquiring its write lease.
Implementations§
Auto Trait Implementations§
impl Freeze for PreparedReplacements
impl RefUnwindSafe for PreparedReplacements
impl Send for PreparedReplacements
impl Sync for PreparedReplacements
impl Unpin for PreparedReplacements
impl UnsafeUnpin for PreparedReplacements
impl UnwindSafe for PreparedReplacements
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