Struct cdp::css::StyleDeclarationEdit [] [src]

pub struct StyleDeclarationEdit<'a> {
    pub style_sheet_id: StyleSheetId<'a>,
    pub range: SourceRange,
    pub text: Cow<'a, str>,
}

[Experimental] A descriptor of operation to mutate style declaration text.

Fields

The css style sheet identifier.

The range of the style text in the enclosing stylesheet.

New style text.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for StyleDeclarationEdit<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.