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 for WorktreeLockStatus
impl PartialEq for WorktreeLockStatus
impl StructuralPartialEq for WorktreeLockStatus
Auto Trait Implementations§
impl Freeze for WorktreeLockStatus
impl RefUnwindSafe for WorktreeLockStatus
impl Send for WorktreeLockStatus
impl Sync for WorktreeLockStatus
impl Unpin for WorktreeLockStatus
impl UnwindSafe for WorktreeLockStatus
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