Enum gitoxide_core::repository::index::entries::Attributes
source · pub enum Attributes {
WorktreeAndIndex,
Index,
}
Variants§
WorktreeAndIndex
Look at worktree attributes and index as fallback.
Index
Look at attributes from index files only.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Attributes
impl Send for Attributes
impl Sync for Attributes
impl Unpin for Attributes
impl UnwindSafe for Attributes
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