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