pub struct commitCount;
Trait Implementations§
Source§impl Field for commitCount
impl Field for commitCount
Auto Trait Implementations§
impl Freeze for commitCount
impl RefUnwindSafe for commitCount
impl Send for commitCount
impl Sync for commitCount
impl Unpin for commitCount
impl UnwindSafe for commitCount
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