pub enum TreeValue {
File {
id: FileId,
executable: bool,
},
Symlink(SymlinkId),
Tree(TreeId),
GitSubmodule(CommitId),
Conflict(ConflictId),
}
Variants§
Implementations§
Trait Implementations§
source§impl ContentHash for TreeValue
impl ContentHash for TreeValue
source§impl PartialEq for TreeValue
impl PartialEq for TreeValue
impl Eq for TreeValue
impl StructuralPartialEq for TreeValue
Auto Trait Implementations§
impl RefUnwindSafe for TreeValue
impl Send for TreeValue
impl Sync for TreeValue
impl Unpin for TreeValue
impl UnwindSafe for TreeValue
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more