pub struct GitTrackedGuard { /* private fields */ }Expand description
Reuses repository-root discovery while validating multiple cleanup candidates.
Implementations§
Trait Implementations§
Source§impl Debug for GitTrackedGuard
impl Debug for GitTrackedGuard
Source§impl Default for GitTrackedGuard
impl Default for GitTrackedGuard
Source§fn default() -> GitTrackedGuard
fn default() -> GitTrackedGuard
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GitTrackedGuard
impl RefUnwindSafe for GitTrackedGuard
impl Send for GitTrackedGuard
impl Sync for GitTrackedGuard
impl Unpin for GitTrackedGuard
impl UnsafeUnpin for GitTrackedGuard
impl UnwindSafe for GitTrackedGuard
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more