pub struct ExprDiffCache { /* private fields */ }Expand description
An expression “diff” cache: stores the diff between two version of an expression.
Implementations§
Auto Trait Implementations§
impl Freeze for ExprDiffCache
impl RefUnwindSafe for ExprDiffCache
impl Send for ExprDiffCache
impl Sync for ExprDiffCache
impl Unpin for ExprDiffCache
impl UnsafeUnpin for ExprDiffCache
impl UnwindSafe for ExprDiffCache
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