pub struct ObjectStore { /* private fields */ }Expand description
Content-addressed object store.
Implementations§
Trait Implementations§
Source§impl Debug for ObjectStore
impl Debug for ObjectStore
Source§impl Default for ObjectStore
impl Default for ObjectStore
Source§fn default() -> ObjectStore
fn default() -> ObjectStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ObjectStore
impl !RefUnwindSafe for ObjectStore
impl Send for ObjectStore
impl Sync for ObjectStore
impl Unpin for ObjectStore
impl UnwindSafe for ObjectStore
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