pub struct Id<T> { /* private fields */ }
Expand description
An identifier for an object allocated within an arena.
Implementations§
Trait Implementations§
Source§impl<T> Ord for Id<T>
impl<T> Ord for Id<T>
Source§impl<T> PartialOrd for Id<T>
impl<T> PartialOrd for Id<T>
impl<T> Copy for Id<T>
impl<T> Eq for Id<T>
Auto Trait Implementations§
impl<T> Freeze for Id<T>
impl<T> RefUnwindSafe for Id<T>
impl<T> Send for Id<T>
impl<T> Sync for Id<T>
impl<T> Unpin for Id<T>
impl<T> UnwindSafe for Id<T>
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