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