Enum branchless::commands::navigation::Towards [−][src]
pub enum Towards { Newest, Oldest, }
Expand description
Some commits have multiple children, which makes next
ambiguous. These
values disambiguate which child commit to go to, according to the committed
date.
Variants
When encountering multiple children, select the newest one.
When encountering multiple children, select the oldest one.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Towards
impl UnwindSafe for Towards
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Calls the given closure and return the result. Read more
Calls the given closure on self
.