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