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