Struct chrome_remote_interface_model::css::CssStyleSheetHeaderBuilder[][src]

pub struct CssStyleSheetHeaderBuilder { /* fields omitted */ }
This is supported on crate features experimental and CSS and DOM and Page only.

Implementations

The stylesheet identifier.

Owner frame identifier.

Stylesheet resource URL.

URL of source map associated with the stylesheet (if any).

Stylesheet origin.

Stylesheet title.

The backend id for the owner node of the stylesheet.

Denotes whether the stylesheet is disabled.

Whether the sourceURL field value comes from the sourceURL comment.

Whether this stylesheet is created for STYLE tag by parser. This flag is not set for document.written STYLE tags.

Whether this stylesheet is mutable. Inline stylesheets become mutable after they have been modified via CSSOM API.

element's stylesheets become mutable only if DevTools modifies them. Constructed stylesheets (new CSSStyleSheet()) are mutable immediately after creation.

Whether this stylesheet is a constructed stylesheet (created using new CSSStyleSheet()).

Line offset of the stylesheet within the resource (zero based).

Column offset of the stylesheet within the resource (zero based).

Size of the content (in characters).

Line offset of the end of the stylesheet within the resource (zero based).

Column offset of the end of the stylesheet within the resource (zero based).

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.