Enum valkyrie_ast::AttributeKind
source · pub enum AttributeKind {
Normal,
Environment,
Script,
}Expand description
A namepath is a series of identifiers separated by dots.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for AttributeKind
impl Clone for AttributeKind
source§fn clone(&self) -> AttributeKind
fn clone(&self) -> AttributeKind
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 AttributeKind
impl Debug for AttributeKind
source§impl Default for AttributeKind
impl Default for AttributeKind
source§impl Display for AttributeKind
impl Display for AttributeKind
source§impl Hash for AttributeKind
impl Hash for AttributeKind
source§impl PartialEq for AttributeKind
impl PartialEq for AttributeKind
source§fn eq(&self, other: &AttributeKind) -> bool
fn eq(&self, other: &AttributeKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AttributeKind
impl Eq for AttributeKind
impl StructuralPartialEq for AttributeKind
Auto Trait Implementations§
impl RefUnwindSafe for AttributeKind
impl Send for AttributeKind
impl Sync for AttributeKind
impl Unpin for AttributeKind
impl UnwindSafe for AttributeKind
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