Struct style::sharing::ValidationData [] [src]

pub struct ValidationData { /* fields omitted */ }

Some data we want to avoid recomputing all the time while trying to share style.

Methods

impl ValidationData
[src]

[src]

Move the cached data to a new instance, and return it.

Important traits for &'a mut [u8]
[src]

Get or compute the list of presentational attributes associated with this element.

Important traits for &'a mut [u8]
[src]

Get or compute the class-list associated with this element.

[src]

Get or compute the parent style identity.

Trait Implementations

impl Debug for ValidationData
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ValidationData
[src]

[src]

Returns the "default value" for a type. Read more