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