pub struct AtomU16(/* private fields */);Expand description
This represents a unique string index in the table.
Trait Implementations§
impl Copy for AtomU16
impl Eq for AtomU16
impl StructuralPartialEq for AtomU16
Auto Trait Implementations§
impl Freeze for AtomU16
impl RefUnwindSafe for AtomU16
impl Send for AtomU16
impl Sync for AtomU16
impl Unpin for AtomU16
impl UnsafeUnpin for AtomU16
impl UnwindSafe for AtomU16
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