Struct git_repository::easy::State [−][src]
pub struct State { /* fields omitted */ }
Expand description
State for use in Easy*
to provide mutable parts of a repository such as caches and buffers.
Note that it clones itself so that it is empty, requiring the user to configure each clone separately, specifically and explicitly. This is to have the fastest-possible default configuration available by default, but allow those who experiment with workloads to get speed boosts of 2x or more.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for State
impl !UnwindSafe for State
Blanket Implementations
Mutably borrows from an owned value. Read more