pub enum NodeListTarget {
Snapshot(Vec<ElementHandle>),
ByName(String),
Labels(ElementHandle),
ChildNodes(HtmlCollectionScope),
}Variants§
Trait Implementations§
Source§impl Clone for NodeListTarget
impl Clone for NodeListTarget
Source§fn clone(&self) -> NodeListTarget
fn clone(&self) -> NodeListTarget
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 NodeListTarget
impl Debug for NodeListTarget
Source§impl Hash for NodeListTarget
impl Hash for NodeListTarget
Source§impl Ord for NodeListTarget
impl Ord for NodeListTarget
Source§fn cmp(&self, other: &NodeListTarget) -> Ordering
fn cmp(&self, other: &NodeListTarget) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NodeListTarget
impl PartialEq for NodeListTarget
Source§impl PartialOrd for NodeListTarget
impl PartialOrd for NodeListTarget
impl Eq for NodeListTarget
impl StructuralPartialEq for NodeListTarget
Auto Trait Implementations§
impl Freeze for NodeListTarget
impl RefUnwindSafe for NodeListTarget
impl Send for NodeListTarget
impl Sync for NodeListTarget
impl Unpin for NodeListTarget
impl UnsafeUnpin for NodeListTarget
impl UnwindSafe for NodeListTarget
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