pub struct ContentAddressedStorage { /* private fields */ }Expand description
In-memory content-addressed storage keyed by SHA-256 hash.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ContentAddressedStorage
impl !UnwindSafe for ContentAddressedStorage
impl Freeze for ContentAddressedStorage
impl Send for ContentAddressedStorage
impl Sync for ContentAddressedStorage
impl Unpin for ContentAddressedStorage
impl UnsafeUnpin for ContentAddressedStorage
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