pub enum EnumVariantKind {
Unit,
Tuple(SmallVec<[TypeId; 4]>),
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EnumVariantKind
impl Clone for EnumVariantKind
Source§fn clone(&self) -> EnumVariantKind
fn clone(&self) -> EnumVariantKind
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EnumVariantKind
impl Debug for EnumVariantKind
Source§impl DisplayWithDb for EnumVariantKind
impl DisplayWithDb for EnumVariantKind
Source§impl Hash for EnumVariantKind
impl Hash for EnumVariantKind
Source§impl PartialEq for EnumVariantKind
impl PartialEq for EnumVariantKind
impl Eq for EnumVariantKind
impl StructuralPartialEq for EnumVariantKind
Auto Trait Implementations§
impl Freeze for EnumVariantKind
impl RefUnwindSafe for EnumVariantKind
impl Send for EnumVariantKind
impl Sync for EnumVariantKind
impl Unpin for EnumVariantKind
impl UnwindSafe for EnumVariantKind
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<T> Displayable for Twhere
T: DisplayWithDb,
impl<T> Displayable for Twhere
T: DisplayWithDb,
fn display<'a, 'b>( &'a self, db: &'b dyn AnalyzerDb, ) -> DisplayableWrapper<'b, &'a Self>
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.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.