#[repr(C)]pub enum XmlXPathObjectType {
XPathUndefined = 0,
XPathNodeset = 1,
XPathBoolean = 2,
XPathNumber = 3,
XPathString = 4,
XPathPoint = 5,
XPathRange = 6,
XPathLocationset = 7,
XPathUsers = 8,
XPathXSLTTree = 9,
}Variants§
XPathUndefined = 0
XPathNodeset = 1
XPathBoolean = 2
XPathNumber = 3
XPathString = 4
XPathPoint = 5
XPathRange = 6
XPathLocationset = 7
XPathUsers = 8
XPathXSLTTree = 9
Trait Implementations§
Source§impl Clone for XmlXPathObjectType
impl Clone for XmlXPathObjectType
Source§fn clone(&self) -> XmlXPathObjectType
fn clone(&self) -> XmlXPathObjectType
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 XmlXPathObjectType
impl Debug for XmlXPathObjectType
Source§impl Default for XmlXPathObjectType
impl Default for XmlXPathObjectType
Source§fn default() -> XmlXPathObjectType
fn default() -> XmlXPathObjectType
Returns the “default value” for a type. Read more
Source§impl PartialEq for XmlXPathObjectType
impl PartialEq for XmlXPathObjectType
impl Copy for XmlXPathObjectType
impl Eq for XmlXPathObjectType
impl StructuralPartialEq for XmlXPathObjectType
Auto Trait Implementations§
impl Freeze for XmlXPathObjectType
impl RefUnwindSafe for XmlXPathObjectType
impl Send for XmlXPathObjectType
impl Sync for XmlXPathObjectType
impl Unpin for XmlXPathObjectType
impl UnwindSafe for XmlXPathObjectType
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