pub struct HashedChunk<H> {
pub hash: H,
pub level: usize,
}
Expand description
Example of type to use with the generic structures below.
Fields§
§hash: H
§level: usize
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for HashedChunk<H>where
H: Freeze,
impl<H> RefUnwindSafe for HashedChunk<H>where
H: RefUnwindSafe,
impl<H> Send for HashedChunk<H>where
H: Send,
impl<H> Sync for HashedChunk<H>where
H: Sync,
impl<H> Unpin for HashedChunk<H>where
H: Unpin,
impl<H> UnwindSafe for HashedChunk<H>where
H: UnwindSafe,
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