Struct git_ref::Store[][src]

pub struct Store { /* fields omitted */ }
Expand description

The git reference store. TODO: Figure out if handles are needed at all, which depends on the ref-table implementation.

Implementations

Create a new store at the given location, typically the .git/ directory.

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

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.