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