Enum valkyrie_parser::KwFunctionNode
source · pub enum KwFunctionNode {
Macro,
Micro,
}
Variants§
Trait Implementations§
source§impl Clone for KwFunctionNode
impl Clone for KwFunctionNode
source§fn clone(&self) -> KwFunctionNode
fn clone(&self) -> KwFunctionNode
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 KwFunctionNode
impl Debug for KwFunctionNode
source§impl FromStr for KwFunctionNode
impl FromStr for KwFunctionNode
§type Err = YggdrasilError<ValkyrieRule>
type Err = YggdrasilError<ValkyrieRule>
The associated error which can be returned from parsing.
source§fn from_str(input: &str) -> Result<Self, YggdrasilError<ValkyrieRule>>
fn from_str(input: &str) -> Result<Self, YggdrasilError<ValkyrieRule>>
Parses a string
s
to return a value of this type. Read moresource§impl Hash for KwFunctionNode
impl Hash for KwFunctionNode
source§impl YggdrasilNode for KwFunctionNode
impl YggdrasilNode for KwFunctionNode
Auto Trait Implementations§
impl RefUnwindSafe for KwFunctionNode
impl Send for KwFunctionNode
impl Sync for KwFunctionNode
impl Unpin for KwFunctionNode
impl UnwindSafe for KwFunctionNode
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