[−][src]Module git_object::borrowed
Borrowed objects are read-only structures referencing most data from a byte slice.
Borrowed objects are expected to be deserialized from bytes that acts as backing store, and they
cannot be mutated or serialized. Instead, one will convert them into their owned counterparts
which support mutation and serialization.
Re-exports
pub use tree::Tree; |
Modules
| tree |
Structs
| Blob | A chunk of any |
| Commit | A git commit parsed using |
| Id | A borrowed reference to a hash identifying objects. |
| Signature | A signature is created by an actor at a certain time. |
| Tag | Represents a git tag, commonly indicating a software release. |
Enums
| Error | |
| Object | A borrowed object representing |