Enum selectors::relative_selector::filter::TraversalKind
source · enum TraversalKind {
Children,
Descendants,
}
Variants§
Trait Implementations§
source§impl Clone for TraversalKind
impl Clone for TraversalKind
source§fn clone(&self) -> TraversalKind
fn clone(&self) -> TraversalKind
Returns a copy 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 Hash for TraversalKind
impl Hash for TraversalKind
source§impl PartialEq for TraversalKind
impl PartialEq for TraversalKind
source§fn eq(&self, other: &TraversalKind) -> bool
fn eq(&self, other: &TraversalKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TraversalKind
impl Eq for TraversalKind
impl StructuralPartialEq for TraversalKind
Auto Trait Implementations§
impl Freeze for TraversalKind
impl RefUnwindSafe for TraversalKind
impl Send for TraversalKind
impl Sync for TraversalKind
impl Unpin for TraversalKind
impl UnwindSafe for TraversalKind
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