Enum style::style_resolver::PseudoElementResolution
[−]
[src]
pub enum PseudoElementResolution {
IfApplicable,
Force,
}Whether pseudo-elements should be resolved or not.
Variants
IfApplicableOnly resolve pseudo-styles if possibly applicable.
ForceForce pseudo-element resolution.
Trait Implementations
impl Clone for PseudoElementResolution[src]
fn clone(&self) -> PseudoElementResolution[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 PseudoElementResolution[src]
impl Debug for PseudoElementResolution[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more