pub struct ReState { /* private fields */ }Implementations§
Source§impl ReState
impl ReState
pub fn new( tagged_re: &[(impl AsRef<str>, impl AsRef<str>)], ) -> Result<Self, String>
pub fn update(&mut self, gb: &GapBuffer, from: usize, n_rows: usize)
pub fn iter_tokenized_lines_from<'a>( &'a self, line: usize, gb: &'a GapBuffer, dot_range: Range, load_exec_range: Option<(bool, Range)>, ) -> LineIter<'a> ⓘ
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReState
impl RefUnwindSafe for ReState
impl Send for ReState
impl Sync for ReState
impl Unpin for ReState
impl UnwindSafe for ReState
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more