Struct editor2::RenameState
source · pub struct RenameState {
pub range: Range<Anchor>,
pub old_name: Arc<str>,
pub editor: View<Editor>,
/* private fields */
}
Fields§
§range: Range<Anchor>
§old_name: Arc<str>
§editor: View<Editor>
Auto Trait Implementations§
impl !RefUnwindSafe for RenameState
impl Send for RenameState
impl Sync for RenameState
impl Unpin for RenameState
impl !UnwindSafe for RenameState
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