Enum git2::WorktreeLockStatus [−][src]
Expand description
Lock Status of a worktree
Variants
Worktree is Unlocked
Worktree is locked with the optional message
Trait Implementations
impl Debug for WorktreeLockStatus[src]
impl Debug for WorktreeLockStatus[src]impl PartialEq<WorktreeLockStatus> for WorktreeLockStatus[src]
impl PartialEq<WorktreeLockStatus> for WorktreeLockStatus[src]fn eq(&self, other: &WorktreeLockStatus) -> bool[src]
fn eq(&self, other: &WorktreeLockStatus) -> bool[src]This method tests for self and other values to be equal, and is used
by ==. Read more
fn ne(&self, other: &WorktreeLockStatus) -> bool[src]
fn ne(&self, other: &WorktreeLockStatus) -> bool[src]This method tests for !=.