pub enum BranchStatus {
NotChanged,
Staged,
Unstaged,
Conflicted,
}Variants§
Trait Implementations§
Source§impl PartialEq for BranchStatus
impl PartialEq for BranchStatus
Source§fn eq(&self, other: &BranchStatus) -> bool
fn eq(&self, other: &BranchStatus) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for BranchStatus
impl PartialOrd for BranchStatus
impl StructuralPartialEq for BranchStatus
Auto Trait Implementations§
impl Freeze for BranchStatus
impl RefUnwindSafe for BranchStatus
impl Send for BranchStatus
impl Sync for BranchStatus
impl Unpin for BranchStatus
impl UnsafeUnpin for BranchStatus
impl UnwindSafe for BranchStatus
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