pub struct ChunkCache { /* private fields */ }
Expand description
Act as a ReadSeek IO object for purposes of having an entire HFF in memory at one time.
Implementations§
Source§impl ChunkCache
impl ChunkCache
Trait Implementations§
Source§impl Clone for ChunkCache
impl Clone for ChunkCache
Source§fn clone(&self) -> ChunkCache
fn clone(&self) -> ChunkCache
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for ChunkCache
impl RefUnwindSafe for ChunkCache
impl Send for ChunkCache
impl Sync for ChunkCache
impl Unpin for ChunkCache
impl UnwindSafe for ChunkCache
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