Enum sxd_xpath::Value [] [src]

pub enum Value<'d> {
    Boolean(bool),
    Number(f64),
    String(String),
    Nodeset(Nodeset<'d>),
}

Variants

Methods

impl<'d> Value<'d>
[src]

Trait Implementations

impl<'d> PartialEq for Value<'d>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'d> Debug for Value<'d>
[src]

Formats the value using the given formatter.

impl<'d> Clone for Value<'d>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more