Expand description
Value for a string associated with a rule.
Variants§
Bytes(Vec<u8>)
A raw byte string.
Regex(Regex)
A regular expression.
HexString(Vec<Token>)
A hex string.
Trait Implementations§
source§impl Clone for VariableDeclarationValue
impl Clone for VariableDeclarationValue
source§fn clone(&self) -> VariableDeclarationValue
fn clone(&self) -> VariableDeclarationValue
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 more