Struct borrow_graph::references::RefID
source · pub struct RefID(_);
Expand description
Unique identifier for the reference
Implementations§
Trait Implementations§
source§impl Ord for RefID
impl Ord for RefID
source§impl PartialEq<RefID> for RefID
impl PartialEq<RefID> for RefID
source§impl PartialOrd<RefID> for RefID
impl PartialOrd<RefID> for RefID
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