Struct git_ref::store::Handle [−][src]
pub struct Handle { /* fields omitted */ }
Expand description
A thread-local handle for interacting with a Store
to find and iterate references.
Implementations
Similar to crate::file::Store::find()
but a non-existing ref is treated as error.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Handle
impl !UnwindSafe for Handle
Blanket Implementations
Mutably borrows from an owned value. Read more