pub struct SetPropertyRulePropertyName {
pub method: SetPropertyRulePropertyNameMethod,
pub params: SetPropertyRulePropertyNameParams,
}Expand description
Modifies the property rule property name. setPropertyRulePropertyName
Fields§
§method: SetPropertyRulePropertyNameMethod§params: SetPropertyRulePropertyNameParamsImplementations§
Source§impl SetPropertyRulePropertyName
impl SetPropertyRulePropertyName
pub const IDENTIFIER: &'static str = "CSS.setPropertyRulePropertyName"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetPropertyRulePropertyName
impl Clone for SetPropertyRulePropertyName
Source§fn clone(&self) -> SetPropertyRulePropertyName
fn clone(&self) -> SetPropertyRulePropertyName
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 SetPropertyRulePropertyName
impl CommandResult for SetPropertyRulePropertyName
type Result = SetPropertyRulePropertyNameResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetPropertyRulePropertyName
impl Debug for SetPropertyRulePropertyName
Source§impl<'de> Deserialize<'de> for SetPropertyRulePropertyName
impl<'de> Deserialize<'de> for SetPropertyRulePropertyName
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<SetPropertyRulePropertyName> for BrowserProtocolCommands
impl From<SetPropertyRulePropertyName> for BrowserProtocolCommands
Source§fn from(v: SetPropertyRulePropertyName) -> Self
fn from(v: SetPropertyRulePropertyName) -> Self
Converts to this type from the input type.
Source§impl From<SetPropertyRulePropertyName> for Command
impl From<SetPropertyRulePropertyName> for Command
Source§fn from(v: SetPropertyRulePropertyName) -> Self
fn from(v: SetPropertyRulePropertyName) -> Self
Converts to this type from the input type.
Source§impl From<SetPropertyRulePropertyName> for CssCommands
impl From<SetPropertyRulePropertyName> for CssCommands
Source§fn from(v: SetPropertyRulePropertyName) -> Self
fn from(v: SetPropertyRulePropertyName) -> Self
Converts to this type from the input type.
Source§impl TryFrom<BrowserProtocolCommands> for SetPropertyRulePropertyName
impl TryFrom<BrowserProtocolCommands> for SetPropertyRulePropertyName
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, <SetPropertyRulePropertyName as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetPropertyRulePropertyName as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetPropertyRulePropertyName
impl TryFrom<Command> for SetPropertyRulePropertyName
Source§impl TryFrom<CssCommands> for SetPropertyRulePropertyName
impl TryFrom<CssCommands> for SetPropertyRulePropertyName
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, <SetPropertyRulePropertyName as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetPropertyRulePropertyName as TryFrom<CssCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetPropertyRulePropertyName
Auto Trait Implementations§
impl Freeze for SetPropertyRulePropertyName
impl RefUnwindSafe for SetPropertyRulePropertyName
impl Send for SetPropertyRulePropertyName
impl Sync for SetPropertyRulePropertyName
impl Unpin for SetPropertyRulePropertyName
impl UnsafeUnpin for SetPropertyRulePropertyName
impl UnwindSafe for SetPropertyRulePropertyName
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