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