pub struct Backfill { /* private fields */ }Expand description
Background header mirror for the tail of a huge folder: a
dedicated session fetches uids into the cache chunk by chunk;
the caller’s poll rescan picks the files up as they land. Dropped
(mailbox switch, quit) it stops at the next chunk boundary;
best-effort; anything missed comes in with the next reconcile.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Backfill
impl RefUnwindSafe for Backfill
impl Send for Backfill
impl Sync for Backfill
impl Unpin for Backfill
impl UnsafeUnpin for Backfill
impl UnwindSafe for Backfill
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