pub struct ChunkDesc { /* private fields */ }
Expand description
Internal description of a chunk and the data source for the contents.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ChunkDesc
impl !Send for ChunkDesc
impl !Sync for ChunkDesc
impl Unpin for ChunkDesc
impl !UnwindSafe for ChunkDesc
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