pub struct CodegenIdentRef(/* private fields */);Expand description
A string slice that’s guaranteed to be valid for any CodegenIdentUsage.
Trait Implementations§
Source§impl Debug for CodegenIdentRef
impl Debug for CodegenIdentRef
Source§impl Ord for CodegenIdentRef
impl Ord for CodegenIdentRef
Source§impl PartialEq for CodegenIdentRef
impl PartialEq for CodegenIdentRef
Source§impl PartialOrd for CodegenIdentRef
impl PartialOrd for CodegenIdentRef
impl Eq for CodegenIdentRef
impl StructuralPartialEq for CodegenIdentRef
Auto Trait Implementations§
impl Freeze for CodegenIdentRef
impl RefUnwindSafe for CodegenIdentRef
impl Send for CodegenIdentRef
impl !Sized for CodegenIdentRef
impl Sync for CodegenIdentRef
impl Unpin for CodegenIdentRef
impl UnwindSafe for CodegenIdentRef
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<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.