pub struct XPathParseOptions {
pub mode: XPathMode,
}Expand description
Options for XPath parsing.
Fields§
§mode: XPathModeTrait Implementations§
Source§impl Clone for XPathParseOptions
impl Clone for XPathParseOptions
Source§fn clone(&self) -> XPathParseOptions
fn clone(&self) -> XPathParseOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 XPathParseOptions
impl Debug for XPathParseOptions
Auto Trait Implementations§
impl Freeze for XPathParseOptions
impl RefUnwindSafe for XPathParseOptions
impl Send for XPathParseOptions
impl Sync for XPathParseOptions
impl Unpin for XPathParseOptions
impl UnsafeUnpin for XPathParseOptions
impl UnwindSafe for XPathParseOptions
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