pub struct ChunkDescription { /* private fields */ }
Trait Implementations§
Source§impl Debug for ChunkDescription
impl Debug for ChunkDescription
Auto Trait Implementations§
impl Freeze for ChunkDescription
impl RefUnwindSafe for ChunkDescription
impl !Send for ChunkDescription
impl !Sync for ChunkDescription
impl Unpin for ChunkDescription
impl UnwindSafe for ChunkDescription
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