#[repr(C)]pub enum XmlXPathTestVal {
NodeTestNone = 0,
NodeTestType = 1,
NodeTestPI = 2,
NodeTestAll = 3,
NodeTestNs = 4,
NodeTestName = 5,
}Variants§
Trait Implementations§
Source§impl Clone for XmlXPathTestVal
impl Clone for XmlXPathTestVal
Source§fn clone(&self) -> XmlXPathTestVal
fn clone(&self) -> XmlXPathTestVal
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 XmlXPathTestVal
impl Debug for XmlXPathTestVal
Source§impl PartialEq for XmlXPathTestVal
impl PartialEq for XmlXPathTestVal
Source§impl TryFrom<i32> for XmlXPathTestVal
impl TryFrom<i32> for XmlXPathTestVal
impl Copy for XmlXPathTestVal
impl Eq for XmlXPathTestVal
impl StructuralPartialEq for XmlXPathTestVal
Auto Trait Implementations§
impl Freeze for XmlXPathTestVal
impl RefUnwindSafe for XmlXPathTestVal
impl Send for XmlXPathTestVal
impl Sync for XmlXPathTestVal
impl Unpin for XmlXPathTestVal
impl UnwindSafe for XmlXPathTestVal
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