pub struct Name<'cx>(/* private fields */);Methods from Deref<Target = Interned<'cx, str>>§
pub fn raw(&self) -> RawInterned<T>
pub fn erased_raw(&self) -> RawInterned
Trait Implementations§
impl<'cx> Eq for Name<'cx>
impl<'cx> StructuralPartialEq for Name<'cx>
Auto Trait Implementations§
impl<'cx> Freeze for Name<'cx>
impl<'cx> RefUnwindSafe for Name<'cx>
impl<'cx> Send for Name<'cx>
impl<'cx> Sync for Name<'cx>
impl<'cx> Unpin for Name<'cx>
impl<'cx> UnwindSafe for Name<'cx>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.