Enum sxd_xpath::Value
[−]
[src]
pub enum Value<'d> {
Boolean(bool),
Number(f64),
String(String),
Nodeset(Nodeset<'d>),
}Variants
Boolean(bool)Number(f64)String(String)Nodeset(Nodeset<'d>)Methods
impl<'d> Value<'d>[src]
Trait Implementations
impl<'d> PartialEq for Value<'d>[src]
fn eq(&self, __arg_0: &Value<'d>) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Value<'d>) -> bool
This method tests for !=.
impl<'d> Debug for Value<'d>[src]
impl<'d> Clone for Value<'d>[src]
fn clone(&self) -> Value<'d>
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