pub struct SetSupportsTextParams {
pub styleSheetId: StyleSheetId,
pub range: SourceRange,
pub text: String,
}Expand description
Modifies the expression of a supports at-rule.
Fields§
§styleSheetId: StyleSheetId§range: SourceRange§text: StringImplementations§
Trait Implementations§
Source§impl CdpCommand for SetSupportsTextParams
impl CdpCommand for SetSupportsTextParams
Source§impl Clone for SetSupportsTextParams
impl Clone for SetSupportsTextParams
Source§fn clone(&self) -> SetSupportsTextParams
fn clone(&self) -> SetSupportsTextParams
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 SetSupportsTextParams
impl Debug for SetSupportsTextParams
Source§impl Default for SetSupportsTextParams
impl Default for SetSupportsTextParams
Source§fn default() -> SetSupportsTextParams
fn default() -> SetSupportsTextParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetSupportsTextParams
impl<'de> Deserialize<'de> for SetSupportsTextParams
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
Auto Trait Implementations§
impl Freeze for SetSupportsTextParams
impl RefUnwindSafe for SetSupportsTextParams
impl Send for SetSupportsTextParams
impl Sync for SetSupportsTextParams
impl Unpin for SetSupportsTextParams
impl UnsafeUnpin for SetSupportsTextParams
impl UnwindSafe for SetSupportsTextParams
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