Enum html5ever::serialize::TraversalScope [] [src]

pub enum TraversalScope {
    IncludeNode,
    ChildrenOnly,
}

Variants

IncludeNode
ChildrenOnly

Trait Implementations

Derived Implementations

impl PartialEq for TraversalScope

fn eq(&self, __arg_0: &TraversalScope) -> bool

fn ne(&self, __arg_0: &TraversalScope) -> bool

impl Clone for TraversalScope

fn clone(&self) -> TraversalScope

fn clone_from(&mut self, source: &Self)

impl Copy for TraversalScope