pub enum HtmlCollectionScope {
Document,
Element(ElementHandle),
Node(NodeHandle),
}Variants§
Trait Implementations§
Source§impl Clone for HtmlCollectionScope
impl Clone for HtmlCollectionScope
Source§fn clone(&self) -> HtmlCollectionScope
fn clone(&self) -> HtmlCollectionScope
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 HtmlCollectionScope
impl Debug for HtmlCollectionScope
Source§impl Hash for HtmlCollectionScope
impl Hash for HtmlCollectionScope
Source§impl Ord for HtmlCollectionScope
impl Ord for HtmlCollectionScope
Source§fn cmp(&self, other: &HtmlCollectionScope) -> Ordering
fn cmp(&self, other: &HtmlCollectionScope) -> 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 HtmlCollectionScope
impl PartialEq for HtmlCollectionScope
Source§impl PartialOrd for HtmlCollectionScope
impl PartialOrd for HtmlCollectionScope
impl Eq for HtmlCollectionScope
impl StructuralPartialEq for HtmlCollectionScope
Auto Trait Implementations§
impl Freeze for HtmlCollectionScope
impl RefUnwindSafe for HtmlCollectionScope
impl Send for HtmlCollectionScope
impl Sync for HtmlCollectionScope
impl Unpin for HtmlCollectionScope
impl UnsafeUnpin for HtmlCollectionScope
impl UnwindSafe for HtmlCollectionScope
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