Struct style::properties::NonCustomPropertyId
[−]
[src]
pub struct NonCustomPropertyId(_);
A longhand or shorthand porperty
Trait Implementations
impl Clone for NonCustomPropertyId
[src]
fn clone(&self) -> NonCustomPropertyId
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for NonCustomPropertyId
[src]
impl Debug for NonCustomPropertyId
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl From<LonghandId> for NonCustomPropertyId
[src]
fn from(id: LonghandId) -> Self
[src]
Performs the conversion.
impl From<ShorthandId> for NonCustomPropertyId
[src]
fn from(id: ShorthandId) -> Self
[src]
Performs the conversion.