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