Enum git2::WorktreeLockStatus
source · pub enum WorktreeLockStatus {
Unlocked,
Locked(Option<String>),
}
Expand description
Lock Status of a worktree
Variants§
Trait Implementations§
source§impl Debug for WorktreeLockStatus
impl Debug for WorktreeLockStatus
source§impl PartialEq<WorktreeLockStatus> for WorktreeLockStatus
impl PartialEq<WorktreeLockStatus> for WorktreeLockStatus
source§fn eq(&self, other: &WorktreeLockStatus) -> bool
fn eq(&self, other: &WorktreeLockStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.