pub struct TypeName { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Comparable<Ident> for TypeName
impl Comparable<Ident> for TypeName
Source§impl Comparable<String> for TypeName
impl Comparable<String> for TypeName
Source§impl Equivalent<Ident> for TypeName
impl Equivalent<Ident> for TypeName
Source§fn equivalent(&self, other: &Ident) -> bool
fn equivalent(&self, other: &Ident) -> bool
Compare self to
key and return true if they are equal.Source§impl Equivalent<String> for TypeName
impl Equivalent<String> for TypeName
Source§fn equivalent(&self, other: &String) -> bool
fn equivalent(&self, other: &String) -> bool
Compare self to
key and return true if they are equal.Source§impl Ord for TypeName
impl Ord for TypeName
Source§impl PartialOrd for TypeName
impl PartialOrd for TypeName
impl Eq for TypeName
impl StructuralPartialEq for TypeName
Auto Trait Implementations§
impl Freeze for TypeName
impl RefUnwindSafe for TypeName
impl Send for TypeName
impl Sync for TypeName
impl Unpin for TypeName
impl UnwindSafe for TypeName
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> 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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.