Struct git_traverse::tree::recorder::Entry [−][src]
Expand description
An owned entry as observed by a call to visit_(tree|nontree)(…), enhanced with the full path to it.
Otherwise similar to git_object::tree::EntryRef.
Fields
mode: EntryModeThe kind of entry, similar to entries in a unix directory tree.
filepath: BStringThe full path to the entry. A root entry would be d, and a file a within the directory would be d/a.
This is independent of the platform and the path separators actually used there.
oid: ObjectIdThe id of the entry which can be used to locate it in an object database.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Entry
impl UnwindSafe for Entry
Blanket Implementations
Mutably borrows from an owned value. Read more