pub struct PackCAS { /* private fields */ }Expand description
PackCAS - Content Addressable Storage with pack files
Implementations§
Auto Trait Implementations§
impl Freeze for PackCAS
impl RefUnwindSafe for PackCAS
impl Send for PackCAS
impl Sync for PackCAS
impl Unpin for PackCAS
impl UnwindSafe for PackCAS
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