Enum gitlab::api::projects::repository::commits::CommitsOrder [−][src]
pub enum CommitsOrder { Default, Topo, }
Expand description
Orders commits may be ordered by.
Variants
Commits are returned in reverse chronological order.
Commits are returned in topological order.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommitsOrder
impl Send for CommitsOrder
impl Sync for CommitsOrder
impl Unpin for CommitsOrder
impl UnwindSafe for CommitsOrder
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more