Type Definition style::Atom
[−]
[src]
type Atom = Atom<AtomStaticSet>;
Trait Implementations
impl PartialEq<Atom> for AttrValue
[src]
fn eq(&self, other: &Atom) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl ToComputedValue for Atom
[src]
type ComputedValue = Atom
The computed value type we're going to be converted to.
fn to_computed_value(&self, _: &Context) -> Self
[src]
Convert a specified value to a computed value, using itself and the data inside the Context
. Read more
fn from_computed_value(other: &Self) -> Self
[src]
Convert a computed value to specified value form. Read more