Enum html5ever::tokenizer::buffer_queue::SetResult
[−]
[src]
pub enum SetResult {
FromSet(char),
NotFromSet(StrTendril),
}Result from pop_except_from.
Variants
FromSet(char)NotFromSet(StrTendril)Trait Implementations
impl PartialEq for SetResult[src]
fn eq(&self, __arg_0: &SetResult) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SetResult) -> bool
This method tests for !=.