pub struct SetEffectivePropertyValueForNode {
pub method: SetEffectivePropertyValueForNodeMethod,
pub params: SetEffectivePropertyValueForNodeParams,
}Expand description
Find a rule with the given active property for the given node and set the new value for this property setEffectivePropertyValueForNode
Fields§
§method: SetEffectivePropertyValueForNodeMethod§params: SetEffectivePropertyValueForNodeParamsImplementations§
Source§impl SetEffectivePropertyValueForNode
impl SetEffectivePropertyValueForNode
pub fn builder() -> SetEffectivePropertyValueForNodeBuilder
Source§impl SetEffectivePropertyValueForNode
impl SetEffectivePropertyValueForNode
pub const IDENTIFIER: &'static str = "CSS.setEffectivePropertyValueForNode"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetEffectivePropertyValueForNode
impl Clone for SetEffectivePropertyValueForNode
Source§fn clone(&self) -> SetEffectivePropertyValueForNode
fn clone(&self) -> SetEffectivePropertyValueForNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CommandResult for SetEffectivePropertyValueForNode
impl CommandResult for SetEffectivePropertyValueForNode
type Result = SetEffectivePropertyValueForNodeResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl<'de> Deserialize<'de> for SetEffectivePropertyValueForNode
impl<'de> Deserialize<'de> for SetEffectivePropertyValueForNode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<SetEffectivePropertyValueForNode> for BrowserProtocolCommands
impl From<SetEffectivePropertyValueForNode> for BrowserProtocolCommands
Source§fn from(v: SetEffectivePropertyValueForNode) -> Self
fn from(v: SetEffectivePropertyValueForNode) -> Self
Converts to this type from the input type.
Source§impl From<SetEffectivePropertyValueForNode> for Command
impl From<SetEffectivePropertyValueForNode> for Command
Source§fn from(v: SetEffectivePropertyValueForNode) -> Self
fn from(v: SetEffectivePropertyValueForNode) -> Self
Converts to this type from the input type.
Source§impl From<SetEffectivePropertyValueForNode> for CssCommands
impl From<SetEffectivePropertyValueForNode> for CssCommands
Source§fn from(v: SetEffectivePropertyValueForNode) -> Self
fn from(v: SetEffectivePropertyValueForNode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetEffectivePropertyValueForNode
impl PartialEq for SetEffectivePropertyValueForNode
Source§fn eq(&self, other: &SetEffectivePropertyValueForNode) -> bool
fn eq(&self, other: &SetEffectivePropertyValueForNode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<BrowserProtocolCommands> for SetEffectivePropertyValueForNode
impl TryFrom<BrowserProtocolCommands> for SetEffectivePropertyValueForNode
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <SetEffectivePropertyValueForNode as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetEffectivePropertyValueForNode as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetEffectivePropertyValueForNode
impl TryFrom<CssCommands> for SetEffectivePropertyValueForNode
Source§type Error = CssCommands
type Error = CssCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: CssCommands,
) -> Result<Self, <SetEffectivePropertyValueForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetEffectivePropertyValueForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetEffectivePropertyValueForNode
Auto Trait Implementations§
impl Freeze for SetEffectivePropertyValueForNode
impl RefUnwindSafe for SetEffectivePropertyValueForNode
impl Send for SetEffectivePropertyValueForNode
impl Sync for SetEffectivePropertyValueForNode
impl Unpin for SetEffectivePropertyValueForNode
impl UnsafeUnpin for SetEffectivePropertyValueForNode
impl UnwindSafe for SetEffectivePropertyValueForNode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more