#[repr(C)]pub enum XmlXPathOp {
Show 19 variants
XPathOpEnd = 0,
XPathOpAnd = 1,
XPathOpOr = 2,
XPathOpEqual = 3,
XPathOpCmp = 4,
XPathOpPlus = 5,
XPathOpMult = 6,
XPathOpUnion = 7,
XPathOpRoot = 8,
XPathOpNode = 9,
XPathOpCollect = 10,
XPathOpValue = 11,
XPathOpVariable = 12,
XPathOpFunction = 13,
XPathOpArg = 14,
XPathOpPredicate = 15,
XPathOpFilter = 16,
XPathOpSort = 17,
XPathOpRangeto = 18,
}Variants§
XPathOpEnd = 0
XPathOpAnd = 1
XPathOpOr = 2
XPathOpEqual = 3
XPathOpCmp = 4
XPathOpPlus = 5
XPathOpMult = 6
XPathOpUnion = 7
XPathOpRoot = 8
XPathOpNode = 9
XPathOpCollect = 10
XPathOpValue = 11
XPathOpVariable = 12
XPathOpFunction = 13
XPathOpArg = 14
XPathOpPredicate = 15
XPathOpFilter = 16
XPathOpSort = 17
XPathOpRangeto = 18
Trait Implementations§
Source§impl Clone for XmlXPathOp
impl Clone for XmlXPathOp
Source§fn clone(&self) -> XmlXPathOp
fn clone(&self) -> XmlXPathOp
Returns a duplicate 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 moreSource§impl Debug for XmlXPathOp
impl Debug for XmlXPathOp
Source§impl PartialEq for XmlXPathOp
impl PartialEq for XmlXPathOp
impl Copy for XmlXPathOp
impl Eq for XmlXPathOp
impl StructuralPartialEq for XmlXPathOp
Auto Trait Implementations§
impl Freeze for XmlXPathOp
impl RefUnwindSafe for XmlXPathOp
impl Send for XmlXPathOp
impl Sync for XmlXPathOp
impl Unpin for XmlXPathOp
impl UnwindSafe for XmlXPathOp
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