pub struct OidArray { /* fields omitted */ }
An oid array structure used by libgit2
Some apis return arrays of oids which originate from libgit2. This
wrapper type behaves a little like Vec<&Oid>
but does so without copying
the underlying Oids until necessary.
Executes the destructor for this type. Read more
Formats the value using the given formatter. Read more
The resulting type after dereferencing.
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static