pub struct RawIdx(/* private fields */);
Expand description
The raw index of a value in an arena.
Implementations§
Trait Implementations§
Source§impl Ord for RawIdx
impl Ord for RawIdx
Source§impl PartialOrd for RawIdx
impl PartialOrd for RawIdx
impl Copy for RawIdx
impl Eq for RawIdx
impl StructuralPartialEq for RawIdx
Auto Trait Implementations§
impl Freeze for RawIdx
impl RefUnwindSafe for RawIdx
impl Send for RawIdx
impl Sync for RawIdx
impl Unpin for RawIdx
impl UnwindSafe for RawIdx
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