pub enum DeclSymbolKind {
Const,
Param,
Node,
Assert,
Plot,
Figure,
Layer,
Dag,
}Expand description
Semantic kind of a value/declaration namespace symbol.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for DeclSymbolKind
impl Clone for DeclSymbolKind
Source§fn clone(&self) -> DeclSymbolKind
fn clone(&self) -> DeclSymbolKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeclSymbolKind
Source§impl Debug for DeclSymbolKind
impl Debug for DeclSymbolKind
Source§impl Display for DeclSymbolKind
impl Display for DeclSymbolKind
impl Eq for DeclSymbolKind
Source§impl Hash for DeclSymbolKind
impl Hash for DeclSymbolKind
Source§impl PartialEq for DeclSymbolKind
impl PartialEq for DeclSymbolKind
Source§fn eq(&self, other: &DeclSymbolKind) -> bool
fn eq(&self, other: &DeclSymbolKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeclSymbolKind
Auto Trait Implementations§
impl Freeze for DeclSymbolKind
impl RefUnwindSafe for DeclSymbolKind
impl Send for DeclSymbolKind
impl Sync for DeclSymbolKind
impl Unpin for DeclSymbolKind
impl UnsafeUnpin for DeclSymbolKind
impl UnwindSafe for DeclSymbolKind
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§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.