Enum h2s::backend::scraper::ScraperHtmlNode   
source · pub enum ScraperHtmlNode<'a> {
    ElementRef(ElementRef<'a>),
}Variants
ElementRef(ElementRef<'a>)
Trait Implementations
sourceimpl<'a> Clone for ScraperHtmlNode<'a>
 
impl<'a> Clone for ScraperHtmlNode<'a>
sourcefn clone(&self) -> ScraperHtmlNode<'a>
 
fn clone(&self) -> ScraperHtmlNode<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl<'a> Debug for ScraperHtmlNode<'a>
 
impl<'a> Debug for ScraperHtmlNode<'a>
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ScraperHtmlNode<'a>
impl<'a> !Send for ScraperHtmlNode<'a>
impl<'a> !Sync for ScraperHtmlNode<'a>
impl<'a> Unpin for ScraperHtmlNode<'a>
impl<'a> !UnwindSafe for ScraperHtmlNode<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more