pub struct PrefetchPlanner { /* private fields */ }Expand description
Prefetch: remember last router top-k so the next token can hint NVMe.
Implementations§
Trait Implementations§
Source§impl Clone for PrefetchPlanner
impl Clone for PrefetchPlanner
Source§fn clone(&self) -> PrefetchPlanner
fn clone(&self) -> PrefetchPlanner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrefetchPlanner
impl Debug for PrefetchPlanner
Source§impl Default for PrefetchPlanner
impl Default for PrefetchPlanner
Source§fn default() -> PrefetchPlanner
fn default() -> PrefetchPlanner
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PrefetchPlanner
impl RefUnwindSafe for PrefetchPlanner
impl Send for PrefetchPlanner
impl Sync for PrefetchPlanner
impl Unpin for PrefetchPlanner
impl UnwindSafe for PrefetchPlanner
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