Struct git_features::cache::Debug
source · pub struct Debug { /* private fields */ }
Available on crate feature
cache-efficiency-debug
only.Expand description
A helper to collect useful information about cache efficiency.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Debug
impl Send for Debug
impl Sync for Debug
impl Unpin for Debug
impl UnwindSafe for Debug
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more