pub struct LocalChunkStore { /* private fields */ }Expand description
Local filesystem chunk store — chunks stored as files named by hash.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalChunkStore
impl RefUnwindSafe for LocalChunkStore
impl Send for LocalChunkStore
impl Sync for LocalChunkStore
impl Unpin for LocalChunkStore
impl UnsafeUnpin for LocalChunkStore
impl UnwindSafe for LocalChunkStore
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