Enum valkyrie_ast::ParameterKind
source · pub enum ParameterKind {
Expression,
Generic,
}Expand description
The kind of the parameter node
Variants§
Trait Implementations§
source§impl Clone for ParameterKind
impl Clone for ParameterKind
source§fn clone(&self) -> ParameterKind
fn clone(&self) -> ParameterKind
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 ParameterKind
impl Debug for ParameterKind
source§impl Default for ParameterKind
impl Default for ParameterKind
source§impl Hash for ParameterKind
impl Hash for ParameterKind
source§impl PartialEq for ParameterKind
impl PartialEq for ParameterKind
source§fn eq(&self, other: &ParameterKind) -> bool
fn eq(&self, other: &ParameterKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ParameterKind
impl Eq for ParameterKind
impl StructuralPartialEq for ParameterKind
Auto Trait Implementations§
impl RefUnwindSafe for ParameterKind
impl Send for ParameterKind
impl Sync for ParameterKind
impl Unpin for ParameterKind
impl UnwindSafe for ParameterKind
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