Struct sc_utils::id_sequence::SeqID
source · pub struct SeqID(/* private fields */);
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 PartialEq for SeqID
impl PartialEq for SeqID
source§impl PartialOrd for SeqID
impl PartialOrd 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 moreimpl Copy for SeqID
impl Eq for SeqID
impl StructuralPartialEq for SeqID
Auto Trait Implementations§
impl Freeze for SeqID
impl RefUnwindSafe for SeqID
impl Send for SeqID
impl Sync for SeqID
impl Unpin for SeqID
impl UnwindSafe for SeqID
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)