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