pub enum IndexStatus {
Clean,
Modified,
Added,
Deleted,
Renamed,
Copied,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IndexStatus
impl Clone for IndexStatus
Source§fn clone(&self) -> IndexStatus
fn clone(&self) -> IndexStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IndexStatus
impl Debug for IndexStatus
Source§impl Display for IndexStatus
impl Display for IndexStatus
Source§impl Hash for IndexStatus
impl Hash for IndexStatus
Source§impl PartialEq for IndexStatus
impl PartialEq for IndexStatus
impl Eq for IndexStatus
impl StructuralPartialEq for IndexStatus
Auto Trait Implementations§
impl Freeze for IndexStatus
impl RefUnwindSafe for IndexStatus
impl Send for IndexStatus
impl Sync for IndexStatus
impl Unpin for IndexStatus
impl UnwindSafe for IndexStatus
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