Enum git_graph::settings::BranchOrder
source · Expand description
Ordering policy for branches in visual columns.
Variants
ShortestFirst(bool)
Recommended! Shortest branches are inserted left-most.
For branches with equal length, branches ending last are inserted first. Reverse (arg = false): Branches ending first are inserted first.
LongestFirst(bool)
Longest branches are inserted left-most.
For branches with equal length, branches ending last are inserted first. Reverse (arg = false): Branches ending first are inserted first.
Auto Trait Implementations
impl RefUnwindSafe for BranchOrder
impl Send for BranchOrder
impl Sync for BranchOrder
impl Unpin for BranchOrder
impl UnwindSafe for BranchOrder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more