Struct style::properties::UnparsedValue
[−]
[src]
pub struct UnparsedValue { /* fields omitted */ }
An unparsed property value that contains var()
functions.
Trait Implementations
impl Debug for UnparsedValue
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Eq for UnparsedValue
[src]
impl PartialEq for UnparsedValue
[src]
fn eq(&self, __arg_0: &UnparsedValue) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &UnparsedValue) -> bool
[src]
This method tests for !=
.