pub enum XPathType {
NodeSet,
String,
Number,
Boolean,
Point,
Range,
LocationSet,
Users,
XsltTree,
Undefined,
}Expand description
XPath type.
Variants§
Trait Implementations§
impl Copy for XPathType
impl Eq for XPathType
impl StructuralPartialEq for XPathType
Auto Trait Implementations§
impl Freeze for XPathType
impl RefUnwindSafe for XPathType
impl Send for XPathType
impl Sync for XPathType
impl Unpin for XPathType
impl UnsafeUnpin for XPathType
impl UnwindSafe for XPathType
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