pub struct SetPropertyRulePropertyName {
pub style_sheet_id: StyleSheetId,
pub range: SourceRange,
pub property_name: String,
}Fields§
§style_sheet_id: StyleSheetId§range: SourceRange§property_name: StringTrait 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 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 Method for SetPropertyRulePropertyName
impl Method for SetPropertyRulePropertyName
const NAME: &'static str = "CSS.setPropertyRulePropertyName"
type ReturnObject = SetPropertyRulePropertyNameReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
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 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