pub struct CodegenIdent(/* private fields */);Expand description
A cleaned string that’s valid for use as a Rust identifier.
Trait Implementations§
Source§impl Debug for CodegenIdent
impl Debug for CodegenIdent
Source§impl Hash for CodegenIdent
impl Hash for CodegenIdent
Source§impl Ord for CodegenIdent
impl Ord for CodegenIdent
Source§impl PartialEq for CodegenIdent
impl PartialEq for CodegenIdent
Source§fn eq(&self, other: &CodegenIdent) -> bool
fn eq(&self, other: &CodegenIdent) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CodegenIdent
impl PartialOrd for CodegenIdent
impl Eq for CodegenIdent
impl StructuralPartialEq for CodegenIdent
Auto Trait Implementations§
impl Freeze for CodegenIdent
impl RefUnwindSafe for CodegenIdent
impl Send for CodegenIdent
impl !Sized for CodegenIdent
impl Sync for CodegenIdent
impl Unpin for CodegenIdent
impl UnsafeUnpin for CodegenIdent
impl UnwindSafe for CodegenIdent
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.