Enum html5ever::tokenizer::SetResult  
                   
                       [−]
                   
               [src]
pub enum SetResult {
    FromSet(char),
    NotFromSet(Tendril<UTF8, NonAtomic>),
}Result from pop_except_from containing either a character from a SmallCharSet, or a
string buffer of characters not from the set.
Variants
FromSet(char)A character from the SmallCharSet.
NotFromSet(Tendril<UTF8, NonAtomic>)A string buffer containing no characters from the SmallCharSet.
Trait Implementations
impl PartialEq<SetResult> for SetResult[src]
fn eq(&self, __arg_0: &SetResult) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SetResult) -> bool[src]
This method tests for !=.