pub struct AttributeAxis;Trait Implementations§
Source§impl<N: DomNavigator> AxisTraversal<N> for AttributeAxis
impl<N: DomNavigator> AxisTraversal<N> for AttributeAxis
fn move_to_first(&self, nav: &mut N) -> bool
fn move_to_next(&self, nav: &mut N) -> bool
Source§impl Clone for AttributeAxis
impl Clone for AttributeAxis
Source§fn clone(&self) -> AttributeAxis
fn clone(&self) -> AttributeAxis
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 AttributeAxis
Source§impl Debug for AttributeAxis
impl Debug for AttributeAxis
Source§impl Default for AttributeAxis
impl Default for AttributeAxis
Source§fn default() -> AttributeAxis
fn default() -> AttributeAxis
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AttributeAxis
impl RefUnwindSafe for AttributeAxis
impl Send for AttributeAxis
impl Sync for AttributeAxis
impl Unpin for AttributeAxis
impl UnsafeUnpin for AttributeAxis
impl UnwindSafe for AttributeAxis
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