Enum markup5ever::buffer_queue::SetResult
[−]
[src]
pub enum SetResult {
FromSet(char),
NotFromSet(StrTendril),
}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(StrTendril)A string buffer containing no characters from the SmallCharSet.
Trait Implementations
impl PartialEq 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 !=.