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