pub struct DiffState { /* private fields */ }Expand description
State tracker for the diffing algorithm.
This tracks the “current” terminal state (cursor position, colors, modifiers) to minimize the number of escape sequences we need to emit.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiffState
impl RefUnwindSafe for DiffState
impl Send for DiffState
impl Sync for DiffState
impl Unpin for DiffState
impl UnwindSafe for DiffState
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