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