Enum git_ref::file::WriteReflog [−][src]
pub enum WriteReflog {
Normal,
Disable,
}
Expand description
The way a file store handles the reflog
Variants
Write a ref log for ref edits according to the standard rules.
Never write a ref log.
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for WriteReflog
impl Send for WriteReflog
impl Sync for WriteReflog
impl Unpin for WriteReflog
impl UnwindSafe for WriteReflog
Blanket Implementations
Mutably borrows from an owned value. Read more