Struct caniuse_serde::Support [] [src]

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

Represents details of support

Methods

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

[src]

How mature is support?

[src]

Does support require a prefix?

[src]

Is support behind a flag or some other mechanism that isn't normally enabled in a default install?

[src]

Returns a list of pairs of one-based note numbers (the list itself is zero-based) and note text Panics if the feature does not contain the note number; this is only possible if the caniuse.com database is invalid or the wrong Feature is passed

Trait Implementations

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

[src]

Formats the value using the given formatter.

impl<'a> Copy for Support<'a>
[src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more