Struct cdp::css::SetEffectivePropertyValueForNodeCommand [] [src]

pub struct SetEffectivePropertyValueForNodeCommand<'a> {
    pub node_id: NodeId,
    pub property_name: Cow<'a, str>,
    pub value: Cow<'a, str>,
}

[Experimental] Find a rule with the given active property for the given node and set the new value for this property

Command CSS.setEffectivePropertyValueForNode

Domain Module: cdp::css
Command Struct: cdp::css::SetEffectivePropertyValueForNodeCommand
Response Struct: cdp::css::SetEffectivePropertyValueForNodeResponse

Fields

The element id for which to set property.

Trait Implementations

impl<'a> Clone for SetEffectivePropertyValueForNodeCommand<'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 SetEffectivePropertyValueForNodeCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for SetEffectivePropertyValueForNodeCommand<'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 !=.

impl<'a> CdpCommand for SetEffectivePropertyValueForNodeCommand<'a>
[src]

COMMAND_NAME: &'static str = "CSS.setEffectivePropertyValueForNode"

impl<'a> SerializeCdpCommand for SetEffectivePropertyValueForNodeCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for SetEffectivePropertyValueForNodeCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for SetEffectivePropertyValueForNodeCommand<'a>
[src]