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