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