Enum sxd_xpath::LiteralValue
[−]
[src]
pub enum LiteralValue {
Boolean(bool),
Number(f64),
String(String),
}Variants
Boolean(bool)Number(f64)String(String)Trait Implementations
impl PartialEq for LiteralValue[src]
fn eq(&self, __arg_0: &LiteralValue) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &LiteralValue) -> bool
This method tests for !=.
impl Debug for LiteralValue[src]
impl Clone for LiteralValue[src]
fn clone(&self) -> LiteralValue
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more