pub struct Store { /* private fields */ }
Expand description
The git reference store.
TODO: Figure out if handles are needed at all, which depends on the ref-table implementation.
Create a new store at the given location, typically the .git/
directory.
object_hash
defines the kind of hash to assume when dealing with refs.
Return a new handle which sees all references if namespace
is None
or all read and write operations are limited
to the given namespace
if Some
.
As above, but supports a namespace to be set
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.