pub enum StatusItemType {
New,
Modified,
Deleted,
Renamed,
Typechange,
Conflicted,
}
Variants§
Trait Implementations§
Source§impl Clone for StatusItemType
impl Clone for StatusItemType
Source§fn clone(&self) -> StatusItemType
fn clone(&self) -> StatusItemType
Returns a copy 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 StatusItemType
impl Debug for StatusItemType
Source§impl From<Delta> for StatusItemType
impl From<Delta> for StatusItemType
Source§impl From<Status> for StatusItemType
impl From<Status> for StatusItemType
Source§impl Hash for StatusItemType
impl Hash for StatusItemType
Source§impl PartialEq for StatusItemType
impl PartialEq for StatusItemType
impl Copy for StatusItemType
impl StructuralPartialEq for StatusItemType
Auto Trait Implementations§
impl Freeze for StatusItemType
impl RefUnwindSafe for StatusItemType
impl Send for StatusItemType
impl Sync for StatusItemType
impl Unpin for StatusItemType
impl UnwindSafe for StatusItemType
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