Struct ExInsertTextAtCaret
pub struct ExInsertTextAtCaret<'ex> { /* private fields */ }Expand description
Default-param extender for TextEdit::insert_text_at_caret_ex.
Implementations§
§impl<'ex> ExInsertTextAtCaret<'ex>
impl<'ex> ExInsertTextAtCaret<'ex>
pub fn caret_index(self, caret_index: i32) -> ExInsertTextAtCaret<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExInsertTextAtCaret<'ex>
impl<'ex> RefUnwindSafe for ExInsertTextAtCaret<'ex>
impl<'ex> !Send for ExInsertTextAtCaret<'ex>
impl<'ex> !Sync for ExInsertTextAtCaret<'ex>
impl<'ex> Unpin for ExInsertTextAtCaret<'ex>
impl<'ex> !UnwindSafe for ExInsertTextAtCaret<'ex>
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