Enum svgtypes::StyleToken
[−]
[src]
pub enum StyleToken<'a> {
Attribute(StrSpan<'a>, StrSpan<'a>),
EntityRef(&'a str),
}Style token.
Variants
Attribute(StrSpan<'a>, StrSpan<'a>)Tuple contains attribute's name and value.
EntityRef(&'a str)Tuple contains ENTITY reference. Just a name without & and ;.
Trait Implementations
impl<'a> PartialEq for StyleToken<'a>[src]
fn eq(&self, __arg_0: &StyleToken<'a>) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StyleToken<'a>) -> bool[src]
This method tests for !=.