pub struct Content<D> { /* private fields */ }Expand description
A storage for content-adressable byte-slices
Implementations§
Source§impl<D> Content<D>where
D: Digest,
impl<D> Content<D>where
D: Digest,
Trait Implementations§
Auto Trait Implementations§
impl<D> !Freeze for Content<D>
impl<D> !RefUnwindSafe for Content<D>
impl<D> Send for Content<D>where
D: Send,
impl<D> Sync for Content<D>where
D: Sync,
impl<D> Unpin for Content<D>where
D: Unpin,
impl<D> !UnwindSafe for Content<D>
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