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