Struct style::shared_lock::StylesheetGuards [] [src]

pub struct StylesheetGuards<'a> {
    pub author: &'a SharedRwLockReadGuard<'a>,
    pub ua_or_user: &'a SharedRwLockReadGuard<'a>,
}

Guards for a document

Fields

For author-origin stylesheets.

For user-agent-origin and user-origin stylesheets

Methods

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

[src]

Get the guard for a given stylesheet origin.

[src]

Same guard for all origins

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more