Struct caniuse_serde::EmbeddedCanIUseDatabase []

pub struct EmbeddedCanIUseDatabase { /* fields omitted */ }

The up-to-date version of the caniuse.com database shipped embedded in this crate.

Methods from __Deref<Target = CanIUse>

[src]

A timestamp of when this particular database was last updated.

[src]

An iterator over the AgentNames known in this caniuse.com database

[src]

An iterator over the AgentNames known in this caniuse.com database

[src]

An iterator over the AgentNames known in this caniuse.com database

[src]

An iterator over the AgentNames known in this caniuse.com database

Trait Implementations

impl Debug for EmbeddedCanIUseDatabase
[src]

[src]

Formats the value using the given formatter.

impl __Deref for EmbeddedCanIUseDatabase

The resulting type after dereferencing.

Dereferences the value.

impl LazyStatic for EmbeddedCanIUseDatabase