pub struct CachedLinearCell { /* private fields */ }Expand description
Store the last set of bounding indices and learly search from the last known match. Effective for tables with slowly changing values.
Implementations§
Trait Implementations§
Source§impl Default for CachedLinearCell
impl Default for CachedLinearCell
Source§fn default() -> CachedLinearCell
fn default() -> CachedLinearCell
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for CachedLinearCell
impl !RefUnwindSafe for CachedLinearCell
impl Send for CachedLinearCell
impl !Sync for CachedLinearCell
impl Unpin for CachedLinearCell
impl UnwindSafe for CachedLinearCell
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