Struct sc_utils::id_sequence::SeqID
source · pub struct SeqID(_);
Expand description
A Sequential ID.
Its integer value is intentionally not public: it is supposed to be instantiated from within this module only.
Trait Implementations§
source§impl Ord for SeqID
impl Ord for SeqID
source§impl PartialOrd<SeqID> for SeqID
impl PartialOrd<SeqID> for SeqID
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