Enum gitoxide_core::repository::status::Submodules
source · pub enum Submodules {
All,
RefChange,
Modifications,
}
Variants§
All
display all information about submodules, including ref changes, modifications and untracked files.
RefChange
Compare only the configuration of the superprojects commit with the actually checked out HEAD
commit.
Modifications
See if there are worktree modifications compared to the index, but do not check for untracked files.
Auto Trait Implementations§
impl RefUnwindSafe for Submodules
impl Send for Submodules
impl Sync for Submodules
impl Unpin for Submodules
impl UnwindSafe for Submodules
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