pub struct Id<T: Support<usize> + ?Sized> { /* private fields */ }
Expand description
Valid identifier for a countable API.
Implementations§
Trait Implementations§
Source§impl<T: Support<usize> + ?Sized> Ord for Id<T>
impl<T: Support<usize> + ?Sized> Ord for Id<T>
Source§impl<T: Support<usize> + ?Sized> PartialOrd for Id<T>
impl<T: Support<usize> + ?Sized> PartialOrd for Id<T>
impl<T: Support<usize> + ?Sized> Copy for Id<T>
impl<T: Support<usize> + ?Sized> Eq for Id<T>
Auto Trait Implementations§
impl<T> Freeze for Id<T>where
T: ?Sized,
impl<T> RefUnwindSafe for Id<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for Id<T>
impl<T> Sync for Id<T>
impl<T> Unpin for Id<T>
impl<T> UnwindSafe for Id<T>where
T: UnwindSafe + ?Sized,
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