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