Struct style::servo::selector_parser::SnapshotMap
source · pub struct SnapshotMap(FxHashMap<OpaqueNode, ServoElementSnapshot>);
Expand description
A map from elements to snapshots for the Servo style back-end.
Tuple Fields§
§0: FxHashMap<OpaqueNode, ServoElementSnapshot>
Implementations§
Trait Implementations§
source§impl Debug for SnapshotMap
impl Debug for SnapshotMap
source§impl Deref for SnapshotMap
impl Deref for SnapshotMap
§type Target = HashMap<OpaqueNode, ServoElementSnapshot, BuildHasherDefault<FxHasher>>
type Target = HashMap<OpaqueNode, ServoElementSnapshot, BuildHasherDefault<FxHasher>>
The resulting type after dereferencing.
Auto Trait Implementations§
impl !RefUnwindSafe for SnapshotMap
impl Send for SnapshotMap
impl Sync for SnapshotMap
impl Unpin for SnapshotMap
impl !UnwindSafe for SnapshotMap
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert