Struct caniuse_serde::Feature [] [src]

pub struct Feature<'a> { /* fields omitted */ }

A feature is a HTML, CSS or like feature that agents may not have support for.

Methods

impl<'a> Feature<'a>
[src]

[src]

The name of this feature.

[src]

The title of this feature.

[src]

The description of this feature.

[src]

The URL at which the specification of this feature can be found.

[src]

The status of this feature.

Links to additional documents detailing this feature or aspects of it.

[src]

Any bugs with this feature. Rarely used in the caniuse.com database.

[src]

The caniuse.com database's categorisations of this feature.

[src]

The caniuse.com database's notes on this feature.

[src]

implementations; returns None if agent_name has no known usages.

[src]

implementation; returns None if agent_name has no known usages. returns Some(None) if agent_name exists but not for the version. returns Some(Some(support) if agent_name exists and the version has known support

[src]

The supported usage of this feature; those agents where the feature is SupportMaturity::SupportedByDefault.

[src]

The supported usage of this feature; those agents where the feature is SupportMaturity::AlmostSupported.

[src]

The parent feature this one belongs to use; not widely used by the caniuse.com's database.

[src]

A list of keywords to make it easier to search for this feature.

[src]

For Opera & Opera Mobile, assumes blink (but not for Opera Mini) For Opera Mini and Unknown browsers, returns an empty slice

[src]

Identifiers to related MSDN sections.

Identifiers to related blink (Google Chrome) bugs

[src]

Identifiers to related Mozilla Firefox bugs

[src]

Identifiers to related WebKit bugs

[src]

Should any prefix be in uppercase? Extremely rarely used by the caniuse.com database.

[src]

Effectively, is this feature in 'draft' form? Extremely rarely used, if at all, by the caniuse.com database, and only for extremely recent features.

Trait Implementations

impl<'a> Debug for Feature<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Clone for Feature<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more