Docs.rs
git-repository-0.7.2
git-repository 0.7.2
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
Byron
Dependencies
git-actor ^0.3.1
normal
git-diff ^0.8.0
normal
git-features ^0.16.0
normal
git-hash ^0.5.0
normal
git-object ^0.12.0
normal
git-odb ^0.20.0
normal
git-pack ^0.8.0
normal
git-protocol ^0.9.0
normal
git-ref ^0.5.0
normal
git-tempfile ^0.6.0
normal
git-traverse ^0.7.0
normal
git-url ^0.3.0
normal
quick-error ^2.0.0
normal
signal-hook ^0.3.9
normal
anyhow ^1
dev
signal-hook ^0.3.9
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait Access
Required Methods
cache_mut
repo
Implementors
Other items in
git_repository
?
Trait
git_repository
::
Access
[
−
]
[src]
pub trait Access { fn
repo
(&self) -> &
Repository
;
fn
cache_mut
(&self) ->
RefMut
<'_,
Cache
>; }
Required methods
[src]
fn
repo
(&self) -> &
Repository
[src]
fn
cache_mut
(&self) ->
RefMut
<'_,
Cache
>
Implementors
[src]
impl
Access
for
Shared
[src]
impl
Access
for
SharedArc