Struct style::servo::selector_parser::SnapshotMap [] [src]

pub struct SnapshotMap(_);

A map from elements to snapshots for the Servo style back-end.

Methods

impl SnapshotMap
[src]

[src]

Create a new empty SnapshotMap.

[src]

Get a snapshot given an element.

Trait Implementations

impl Debug for SnapshotMap
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for SnapshotMap
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for SnapshotMap
[src]

[src]

Mutably dereferences the value.