Struct style::stylesheets::import_rule::ImportSheet [] [src]

pub struct ImportSheet(pub Arc<Stylesheet>);

A sheet that is held from an import rule.

Trait Implementations

impl Debug for ImportSheet
[src]

[src]

Formats the value using the given formatter. Read more

impl StylesheetInDocument for ImportSheet
[src]

[src]

Get the media associated with this stylesheet.

[src]

Get the contents of this stylesheet.

[src]

Get whether this stylesheet is enabled.

[src]

Get the stylesheet origin.

[src]

Get the stylesheet quirks mode.

[src]

Returns whether the style-sheet applies for the current device.

Important traits for RulesIterator<'a, 'b, C>
[src]

Return an iterator using the condition C.

Important traits for RulesIterator<'a, 'b, C>
[src]

Return an iterator over the effective rules within the style-sheet, as according to the supplied Device. Read more

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

impl DeepCloneWithLock for ImportSheet
[src]

[src]

Deep clones this object.