Struct git_repository::easy::Reference [−][src]
pub struct Reference<'r, A> {
pub inner: Reference,
// some fields omitted
}
Expand description
A reference that points to an object or reference, with access to its source repository.
Note that these are snapshots and won’t recognize if they are stale.
Fields
inner: Reference
The actual reference data