pub struct Idx<T> { /* private fields */ }
Expand description
The index of a value allocated in an arena that holds T
s.
Implementations§
Trait Implementations§
impl<T> Copy for Idx<T>
impl<T> Eq for Idx<T>
Auto Trait Implementations§
impl<T> Freeze for Idx<T>
impl<T> RefUnwindSafe for Idx<T>
impl<T> Send for Idx<T>
impl<T> Sync for Idx<T>
impl<T> Unpin for Idx<T>
impl<T> UnwindSafe for Idx<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