pub struct IdU8<T> { /* private fields */ }Expand description
A struct representing IDs usable for various purposes using an eight bit wide unsigned integer.
Please see the Id type for more general information and usage
examples.
Implementations§
Trait Implementations§
Source§impl<T: Ord> Ord for IdU8<T>
impl<T: Ord> Ord for IdU8<T>
Source§impl<T: PartialOrd> PartialOrd for IdU8<T>
impl<T: PartialOrd> PartialOrd for IdU8<T>
impl<T: Copy> Copy for IdU8<T>
impl<T: Eq> Eq for IdU8<T>
impl<T> StructuralPartialEq for IdU8<T>
Auto Trait Implementations§
impl<T> Freeze for IdU8<T>
impl<T> RefUnwindSafe for IdU8<T>where
T: RefUnwindSafe,
impl<T> Send for IdU8<T>where
T: Send,
impl<T> Sync for IdU8<T>where
T: Sync,
impl<T> Unpin for IdU8<T>where
T: Unpin,
impl<T> UnwindSafe for IdU8<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)