Struct jujutsu_lib::backend::CommitId
source · pub struct CommitId(_);Trait Implementations§
source§impl Ord for CommitId
impl Ord for CommitId
source§impl PartialEq<CommitId> for CommitId
impl PartialEq<CommitId> for CommitId
source§impl PartialOrd<CommitId> for CommitId
impl PartialOrd<CommitId> for CommitId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more