pub struct NamespaceAxis { /* private fields */ }Implementations§
Source§impl NamespaceAxis
impl NamespaceAxis
pub fn new(scope: NamespaceAxisScope) -> Self
Trait Implementations§
Source§impl<N: DomNavigator> AxisTraversal<N> for NamespaceAxis
impl<N: DomNavigator> AxisTraversal<N> for NamespaceAxis
fn move_to_first(&self, nav: &mut N) -> bool
fn move_to_next(&self, nav: &mut N) -> bool
Source§impl Clone for NamespaceAxis
impl Clone for NamespaceAxis
Source§fn clone(&self) -> NamespaceAxis
fn clone(&self) -> NamespaceAxis
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 moreimpl Copy for NamespaceAxis
Source§impl Debug for NamespaceAxis
impl Debug for NamespaceAxis
Auto Trait Implementations§
impl Freeze for NamespaceAxis
impl RefUnwindSafe for NamespaceAxis
impl Send for NamespaceAxis
impl Sync for NamespaceAxis
impl Unpin for NamespaceAxis
impl UnsafeUnpin for NamespaceAxis
impl UnwindSafe for NamespaceAxis
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