Enum git2::ReferenceType [−][src]
pub enum ReferenceType {
Direct,
Symbolic,
}
Expand description
An enumeration of all possile kinds of references.
Variants
A reference which points at an object id.
A reference which points at another reference.
Implementations
Convert a raw git_reference_t to a ReferenceType.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ReferenceType
impl Send for ReferenceType
impl Sync for ReferenceType
impl Unpin for ReferenceType
impl UnwindSafe for ReferenceType
Blanket Implementations
Mutably borrows from an owned value. Read more