Expand description
Options for use in Store::at_opts()
.
Fields
slots: Slots
How to obtain a size for the slot map.
object_hash: Kind
The kind of hash we expect in our packs and would use for loose object iteration and object writing.
use_multi_pack_index: bool
If false, no multi-pack indices will be used. If true, they will be used if their hash matches object_hash
.
Trait Implementations
impl Copy for Options
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more