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