pub enum CssCommands {
Show 37 variants
AddRule(AddRule),
CollectClassNames(CollectClassNames),
CreateStyleSheet(CreateStyleSheet),
Disable(Disable),
Enable(Enable),
ForcePseudoState(ForcePseudoState),
ForceStartingStyle(ForceStartingStyle),
GetBackgroundColors(GetBackgroundColors),
GetComputedStyleForNode(GetComputedStyleForNode),
ResolveValues(ResolveValues),
GetLonghandProperties(GetLonghandProperties),
GetInlineStylesForNode(GetInlineStylesForNode),
GetAnimatedStylesForNode(GetAnimatedStylesForNode),
GetMatchedStylesForNode(GetMatchedStylesForNode),
GetEnvironmentVariables(GetEnvironmentVariables),
GetMediaQueries(GetMediaQueries),
GetPlatformFontsForNode(GetPlatformFontsForNode),
GetStyleSheetText(GetStyleSheetText),
GetLayersForNode(GetLayersForNode),
GetLocationForSelector(GetLocationForSelector),
TrackComputedStyleUpdatesForNode(TrackComputedStyleUpdatesForNode),
TrackComputedStyleUpdates(TrackComputedStyleUpdates),
TakeComputedStyleUpdates(TakeComputedStyleUpdates),
SetEffectivePropertyValueForNode(SetEffectivePropertyValueForNode),
SetPropertyRulePropertyName(SetPropertyRulePropertyName),
SetKeyframeKey(SetKeyframeKey),
SetMediaText(SetMediaText),
SetContainerQueryText(SetContainerQueryText),
SetSupportsText(SetSupportsText),
SetScopeText(SetScopeText),
SetRuleSelector(SetRuleSelector),
SetStyleSheetText(SetStyleSheetText),
SetStyleTexts(SetStyleTexts),
StartRuleUsageTracking(StartRuleUsageTracking),
StopRuleUsageTracking(StopRuleUsageTracking),
TakeCoverageDelta(TakeCoverageDelta),
SetLocalFontsEnabled(SetLocalFontsEnabled),
}Variants§
AddRule(AddRule)
CollectClassNames(CollectClassNames)
CreateStyleSheet(CreateStyleSheet)
Disable(Disable)
Enable(Enable)
ForcePseudoState(ForcePseudoState)
ForceStartingStyle(ForceStartingStyle)
GetBackgroundColors(GetBackgroundColors)
GetComputedStyleForNode(GetComputedStyleForNode)
ResolveValues(ResolveValues)
GetLonghandProperties(GetLonghandProperties)
GetInlineStylesForNode(GetInlineStylesForNode)
GetAnimatedStylesForNode(GetAnimatedStylesForNode)
GetMatchedStylesForNode(GetMatchedStylesForNode)
GetEnvironmentVariables(GetEnvironmentVariables)
GetMediaQueries(GetMediaQueries)
GetPlatformFontsForNode(GetPlatformFontsForNode)
GetStyleSheetText(GetStyleSheetText)
GetLayersForNode(GetLayersForNode)
GetLocationForSelector(GetLocationForSelector)
TrackComputedStyleUpdatesForNode(TrackComputedStyleUpdatesForNode)
TrackComputedStyleUpdates(TrackComputedStyleUpdates)
TakeComputedStyleUpdates(TakeComputedStyleUpdates)
SetEffectivePropertyValueForNode(SetEffectivePropertyValueForNode)
SetPropertyRulePropertyName(SetPropertyRulePropertyName)
SetKeyframeKey(SetKeyframeKey)
SetMediaText(SetMediaText)
SetContainerQueryText(SetContainerQueryText)
SetSupportsText(SetSupportsText)
SetScopeText(SetScopeText)
SetRuleSelector(SetRuleSelector)
SetStyleSheetText(SetStyleSheetText)
SetStyleTexts(SetStyleTexts)
StartRuleUsageTracking(StartRuleUsageTracking)
StopRuleUsageTracking(StopRuleUsageTracking)
TakeCoverageDelta(TakeCoverageDelta)
SetLocalFontsEnabled(SetLocalFontsEnabled)
Implementations§
Source§impl CssCommands
impl CssCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for CssCommands
impl Clone for CssCommands
Source§fn clone(&self) -> CssCommands
fn clone(&self) -> CssCommands
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 CssCommands
impl Debug for CssCommands
Source§impl<'de> Deserialize<'de> for CssCommands
impl<'de> Deserialize<'de> for CssCommands
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<AddRule> for CssCommands
impl From<AddRule> for CssCommands
Source§impl From<CollectClassNames> for CssCommands
impl From<CollectClassNames> for CssCommands
Source§fn from(v: CollectClassNames) -> Self
fn from(v: CollectClassNames) -> Self
Converts to this type from the input type.
Source§impl From<CreateStyleSheet> for CssCommands
impl From<CreateStyleSheet> for CssCommands
Source§fn from(v: CreateStyleSheet) -> Self
fn from(v: CreateStyleSheet) -> Self
Converts to this type from the input type.
Source§impl From<CssCommands> for BrowserProtocolCommands
impl From<CssCommands> for BrowserProtocolCommands
Source§fn from(v: CssCommands) -> Self
fn from(v: CssCommands) -> Self
Converts to this type from the input type.
Source§impl From<CssCommands> for Command
impl From<CssCommands> for Command
Source§fn from(v: CssCommands) -> Self
fn from(v: CssCommands) -> Self
Converts to this type from the input type.
Source§impl From<Disable> for CssCommands
impl From<Disable> for CssCommands
Source§impl From<Enable> for CssCommands
impl From<Enable> for CssCommands
Source§impl From<ForcePseudoState> for CssCommands
impl From<ForcePseudoState> for CssCommands
Source§fn from(v: ForcePseudoState) -> Self
fn from(v: ForcePseudoState) -> Self
Converts to this type from the input type.
Source§impl From<ForceStartingStyle> for CssCommands
impl From<ForceStartingStyle> for CssCommands
Source§fn from(v: ForceStartingStyle) -> Self
fn from(v: ForceStartingStyle) -> Self
Converts to this type from the input type.
Source§impl From<GetAnimatedStylesForNode> for CssCommands
impl From<GetAnimatedStylesForNode> for CssCommands
Source§fn from(v: GetAnimatedStylesForNode) -> Self
fn from(v: GetAnimatedStylesForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetBackgroundColors> for CssCommands
impl From<GetBackgroundColors> for CssCommands
Source§fn from(v: GetBackgroundColors) -> Self
fn from(v: GetBackgroundColors) -> Self
Converts to this type from the input type.
Source§impl From<GetComputedStyleForNode> for CssCommands
impl From<GetComputedStyleForNode> for CssCommands
Source§fn from(v: GetComputedStyleForNode) -> Self
fn from(v: GetComputedStyleForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetEnvironmentVariables> for CssCommands
impl From<GetEnvironmentVariables> for CssCommands
Source§fn from(v: GetEnvironmentVariables) -> Self
fn from(v: GetEnvironmentVariables) -> Self
Converts to this type from the input type.
Source§impl From<GetInlineStylesForNode> for CssCommands
impl From<GetInlineStylesForNode> for CssCommands
Source§fn from(v: GetInlineStylesForNode) -> Self
fn from(v: GetInlineStylesForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetLayersForNode> for CssCommands
impl From<GetLayersForNode> for CssCommands
Source§fn from(v: GetLayersForNode) -> Self
fn from(v: GetLayersForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetLocationForSelector> for CssCommands
impl From<GetLocationForSelector> for CssCommands
Source§fn from(v: GetLocationForSelector) -> Self
fn from(v: GetLocationForSelector) -> Self
Converts to this type from the input type.
Source§impl From<GetLonghandProperties> for CssCommands
impl From<GetLonghandProperties> for CssCommands
Source§fn from(v: GetLonghandProperties) -> Self
fn from(v: GetLonghandProperties) -> Self
Converts to this type from the input type.
Source§impl From<GetMatchedStylesForNode> for CssCommands
impl From<GetMatchedStylesForNode> for CssCommands
Source§fn from(v: GetMatchedStylesForNode) -> Self
fn from(v: GetMatchedStylesForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetMediaQueries> for CssCommands
impl From<GetMediaQueries> for CssCommands
Source§fn from(v: GetMediaQueries) -> Self
fn from(v: GetMediaQueries) -> Self
Converts to this type from the input type.
Source§impl From<GetPlatformFontsForNode> for CssCommands
impl From<GetPlatformFontsForNode> for CssCommands
Source§fn from(v: GetPlatformFontsForNode) -> Self
fn from(v: GetPlatformFontsForNode) -> Self
Converts to this type from the input type.
Source§impl From<GetStyleSheetText> for CssCommands
impl From<GetStyleSheetText> for CssCommands
Source§fn from(v: GetStyleSheetText) -> Self
fn from(v: GetStyleSheetText) -> Self
Converts to this type from the input type.
Source§impl From<ResolveValues> for CssCommands
impl From<ResolveValues> for CssCommands
Source§fn from(v: ResolveValues) -> Self
fn from(v: ResolveValues) -> Self
Converts to this type from the input type.
Source§impl From<SetContainerQueryText> for CssCommands
impl From<SetContainerQueryText> for CssCommands
Source§fn from(v: SetContainerQueryText) -> Self
fn from(v: SetContainerQueryText) -> 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 From<SetKeyframeKey> for CssCommands
impl From<SetKeyframeKey> for CssCommands
Source§fn from(v: SetKeyframeKey) -> Self
fn from(v: SetKeyframeKey) -> Self
Converts to this type from the input type.
Source§impl From<SetLocalFontsEnabled> for CssCommands
impl From<SetLocalFontsEnabled> for CssCommands
Source§fn from(v: SetLocalFontsEnabled) -> Self
fn from(v: SetLocalFontsEnabled) -> Self
Converts to this type from the input type.
Source§impl From<SetMediaText> for CssCommands
impl From<SetMediaText> for CssCommands
Source§fn from(v: SetMediaText) -> Self
fn from(v: SetMediaText) -> 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 From<SetRuleSelector> for CssCommands
impl From<SetRuleSelector> for CssCommands
Source§fn from(v: SetRuleSelector) -> Self
fn from(v: SetRuleSelector) -> Self
Converts to this type from the input type.
Source§impl From<SetScopeText> for CssCommands
impl From<SetScopeText> for CssCommands
Source§fn from(v: SetScopeText) -> Self
fn from(v: SetScopeText) -> Self
Converts to this type from the input type.
Source§impl From<SetStyleSheetText> for CssCommands
impl From<SetStyleSheetText> for CssCommands
Source§fn from(v: SetStyleSheetText) -> Self
fn from(v: SetStyleSheetText) -> Self
Converts to this type from the input type.
Source§impl From<SetStyleTexts> for CssCommands
impl From<SetStyleTexts> for CssCommands
Source§fn from(v: SetStyleTexts) -> Self
fn from(v: SetStyleTexts) -> Self
Converts to this type from the input type.
Source§impl From<SetSupportsText> for CssCommands
impl From<SetSupportsText> for CssCommands
Source§fn from(v: SetSupportsText) -> Self
fn from(v: SetSupportsText) -> Self
Converts to this type from the input type.
Source§impl From<StartRuleUsageTracking> for CssCommands
impl From<StartRuleUsageTracking> for CssCommands
Source§fn from(v: StartRuleUsageTracking) -> Self
fn from(v: StartRuleUsageTracking) -> Self
Converts to this type from the input type.
Source§impl From<StopRuleUsageTracking> for CssCommands
impl From<StopRuleUsageTracking> for CssCommands
Source§fn from(v: StopRuleUsageTracking) -> Self
fn from(v: StopRuleUsageTracking) -> Self
Converts to this type from the input type.
Source§impl From<TakeComputedStyleUpdates> for CssCommands
impl From<TakeComputedStyleUpdates> for CssCommands
Source§fn from(v: TakeComputedStyleUpdates) -> Self
fn from(v: TakeComputedStyleUpdates) -> Self
Converts to this type from the input type.
Source§impl From<TakeCoverageDelta> for CssCommands
impl From<TakeCoverageDelta> for CssCommands
Source§fn from(v: TakeCoverageDelta) -> Self
fn from(v: TakeCoverageDelta) -> Self
Converts to this type from the input type.
Source§impl From<TrackComputedStyleUpdates> for CssCommands
impl From<TrackComputedStyleUpdates> for CssCommands
Source§fn from(v: TrackComputedStyleUpdates) -> Self
fn from(v: TrackComputedStyleUpdates) -> Self
Converts to this type from the input type.
Source§impl From<TrackComputedStyleUpdatesForNode> for CssCommands
impl From<TrackComputedStyleUpdatesForNode> for CssCommands
Source§fn from(v: TrackComputedStyleUpdatesForNode) -> Self
fn from(v: TrackComputedStyleUpdatesForNode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for CssCommands
impl PartialEq for CssCommands
Source§impl Serialize for CssCommands
impl Serialize for CssCommands
Source§impl TryFrom<BrowserProtocolCommands> for CssCommands
impl TryFrom<BrowserProtocolCommands> for CssCommands
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, <CssCommands as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <CssCommands as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for CssCommands
impl TryFrom<Command> for CssCommands
Source§impl TryFrom<CssCommands> for AddRule
impl TryFrom<CssCommands> for AddRule
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, <AddRule as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <AddRule as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for CollectClassNames
impl TryFrom<CssCommands> for CollectClassNames
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, <CollectClassNames as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <CollectClassNames as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for CreateStyleSheet
impl TryFrom<CssCommands> for CreateStyleSheet
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, <CreateStyleSheet as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <CreateStyleSheet as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for Disable
impl TryFrom<CssCommands> for Disable
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, <Disable as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <Disable as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for Enable
impl TryFrom<CssCommands> for Enable
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, <Enable as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <Enable as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for ForcePseudoState
impl TryFrom<CssCommands> for ForcePseudoState
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, <ForcePseudoState as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <ForcePseudoState as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for ForceStartingStyle
impl TryFrom<CssCommands> for ForceStartingStyle
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, <ForceStartingStyle as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <ForceStartingStyle as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetAnimatedStylesForNode
impl TryFrom<CssCommands> for GetAnimatedStylesForNode
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, <GetAnimatedStylesForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetAnimatedStylesForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetBackgroundColors
impl TryFrom<CssCommands> for GetBackgroundColors
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, <GetBackgroundColors as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetBackgroundColors as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetComputedStyleForNode
impl TryFrom<CssCommands> for GetComputedStyleForNode
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, <GetComputedStyleForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetComputedStyleForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetEnvironmentVariables
impl TryFrom<CssCommands> for GetEnvironmentVariables
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, <GetEnvironmentVariables as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetEnvironmentVariables as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetInlineStylesForNode
impl TryFrom<CssCommands> for GetInlineStylesForNode
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, <GetInlineStylesForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetInlineStylesForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetLayersForNode
impl TryFrom<CssCommands> for GetLayersForNode
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, <GetLayersForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetLayersForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetLocationForSelector
impl TryFrom<CssCommands> for GetLocationForSelector
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, <GetLocationForSelector as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetLocationForSelector as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetLonghandProperties
impl TryFrom<CssCommands> for GetLonghandProperties
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, <GetLonghandProperties as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetLonghandProperties as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetMatchedStylesForNode
impl TryFrom<CssCommands> for GetMatchedStylesForNode
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, <GetMatchedStylesForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetMatchedStylesForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetMediaQueries
impl TryFrom<CssCommands> for GetMediaQueries
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, <GetMediaQueries as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetMediaQueries as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetPlatformFontsForNode
impl TryFrom<CssCommands> for GetPlatformFontsForNode
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, <GetPlatformFontsForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetPlatformFontsForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for GetStyleSheetText
impl TryFrom<CssCommands> for GetStyleSheetText
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, <GetStyleSheetText as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <GetStyleSheetText as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for ResolveValues
impl TryFrom<CssCommands> for ResolveValues
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, <ResolveValues as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <ResolveValues as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetContainerQueryText
impl TryFrom<CssCommands> for SetContainerQueryText
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, <SetContainerQueryText as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetContainerQueryText as TryFrom<CssCommands>>::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.
Source§impl TryFrom<CssCommands> for SetKeyframeKey
impl TryFrom<CssCommands> for SetKeyframeKey
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, <SetKeyframeKey as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetKeyframeKey as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetLocalFontsEnabled
impl TryFrom<CssCommands> for SetLocalFontsEnabled
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, <SetLocalFontsEnabled as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetLocalFontsEnabled as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetMediaText
impl TryFrom<CssCommands> for SetMediaText
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, <SetMediaText as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetMediaText as TryFrom<CssCommands>>::Error>
Performs the conversion.
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.
Source§impl TryFrom<CssCommands> for SetRuleSelector
impl TryFrom<CssCommands> for SetRuleSelector
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, <SetRuleSelector as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetRuleSelector as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetScopeText
impl TryFrom<CssCommands> for SetScopeText
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, <SetScopeText as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetScopeText as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetStyleSheetText
impl TryFrom<CssCommands> for SetStyleSheetText
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, <SetStyleSheetText as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetStyleSheetText as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetStyleTexts
impl TryFrom<CssCommands> for SetStyleTexts
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, <SetStyleTexts as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetStyleTexts as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for SetSupportsText
impl TryFrom<CssCommands> for SetSupportsText
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, <SetSupportsText as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetSupportsText as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for StartRuleUsageTracking
impl TryFrom<CssCommands> for StartRuleUsageTracking
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, <StartRuleUsageTracking as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <StartRuleUsageTracking as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for StopRuleUsageTracking
impl TryFrom<CssCommands> for StopRuleUsageTracking
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, <StopRuleUsageTracking as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <StopRuleUsageTracking as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for TakeComputedStyleUpdates
impl TryFrom<CssCommands> for TakeComputedStyleUpdates
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, <TakeComputedStyleUpdates as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <TakeComputedStyleUpdates as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for TakeCoverageDelta
impl TryFrom<CssCommands> for TakeCoverageDelta
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, <TakeCoverageDelta as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <TakeCoverageDelta as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for TrackComputedStyleUpdates
impl TryFrom<CssCommands> for TrackComputedStyleUpdates
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, <TrackComputedStyleUpdates as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <TrackComputedStyleUpdates as TryFrom<CssCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<CssCommands> for TrackComputedStyleUpdatesForNode
impl TryFrom<CssCommands> for TrackComputedStyleUpdatesForNode
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, <TrackComputedStyleUpdatesForNode as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <TrackComputedStyleUpdatesForNode as TryFrom<CssCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for CssCommands
Auto Trait Implementations§
impl Freeze for CssCommands
impl RefUnwindSafe for CssCommands
impl Send for CssCommands
impl Sync for CssCommands
impl Unpin for CssCommands
impl UnsafeUnpin for CssCommands
impl UnwindSafe for CssCommands
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