pub struct commit_count(/* private fields */);Expand description
Marker type for the commit_count field
Auto Trait Implementations§
impl Freeze for commit_count
impl RefUnwindSafe for commit_count
impl Send for commit_count
impl Sync for commit_count
impl Unpin for commit_count
impl UnsafeUnpin for commit_count
impl UnwindSafe for commit_count
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more