pub struct AtomIndex(pub u32);Expand description
Index into the atom table
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Ord for AtomIndex
impl Ord for AtomIndex
Source§impl PartialOrd for AtomIndex
impl PartialOrd for AtomIndex
impl Copy for AtomIndex
impl Eq for AtomIndex
impl StructuralPartialEq for AtomIndex
Auto Trait Implementations§
impl Freeze for AtomIndex
impl RefUnwindSafe for AtomIndex
impl Send for AtomIndex
impl Sync for AtomIndex
impl Unpin for AtomIndex
impl UnwindSafe for AtomIndex
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