Struct git_repository::easy::Object [−][src]
Expand description
A detached, self-contained object, without access to its source repository.
Use it if an ObjectRef
should be sent over thread boundaries or stored in collections.
Fields
id: ObjectId
The id of the object
kind: Kind
The kind of the object
data: Vec<u8>
The fully decoded object data
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Object
impl UnwindSafe for Object
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self