Struct jujutsu_lib::backend::ChangeId
source · pub struct ChangeId(_);Implementations§
Trait Implementations§
source§impl Ord for ChangeId
impl Ord for ChangeId
source§impl PartialOrd<ChangeId> for ChangeId
impl PartialOrd<ChangeId> for ChangeId
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