pub enum GitTreeState {
Clean,
Dirty,
}Expand description
The observable state of a git worktree when a build pipeline found a revision.
Variants§
Trait Implementations§
Source§impl Clone for GitTreeState
impl Clone for GitTreeState
Source§fn clone(&self) -> GitTreeState
fn clone(&self) -> GitTreeState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GitTreeState
Source§impl Debug for GitTreeState
impl Debug for GitTreeState
impl Eq for GitTreeState
Source§impl PartialEq for GitTreeState
impl PartialEq for GitTreeState
impl StructuralPartialEq for GitTreeState
Auto Trait Implementations§
impl Freeze for GitTreeState
impl RefUnwindSafe for GitTreeState
impl Send for GitTreeState
impl Sync for GitTreeState
impl Unpin for GitTreeState
impl UnsafeUnpin for GitTreeState
impl UnwindSafe for GitTreeState
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