pub trait Visitable {
// Required method
fn accept<V: Visit>(&self, v: &mut V);
}Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
Source§impl<'a, D> Visitable for DeclarationOrBad<'a, D, CssMetadata>
impl<'a, D> Visitable for DeclarationOrBad<'a, D, CssMetadata>
Source§impl<'a, D> Visitable for DeclarationGroup<'a, D, CssMetadata>
impl<'a, D> Visitable for DeclarationGroup<'a, D, CssMetadata>
Source§impl<'a, D, R> Visitable for Block<'a, D, R, CssMetadata>where
D: Visitable + DeclarationValue<'a, CssMetadata> + QueryableNode,
R: Visitable + Parse<'a> + ToCursors + ToSpan,
impl<'a, D, R> Visitable for Block<'a, D, R, CssMetadata>where
D: Visitable + DeclarationValue<'a, CssMetadata> + QueryableNode,
R: Visitable + Parse<'a> + ToCursors + ToSpan,
Source§impl<'a, P, D, R> Visitable for QualifiedRule<'a, P, D, R, CssMetadata>where
P: Visitable + Peek<'a> + Parse<'a> + ToCursors + ToSpan,
D: Visitable + DeclarationValue<'a, CssMetadata> + QueryableNode,
R: Visitable + Parse<'a> + ToCursors + ToSpan,
Block<'a, D, R, CssMetadata>: Parse<'a> + ToCursors + ToSpan,
impl<'a, P, D, R> Visitable for QualifiedRule<'a, P, D, R, CssMetadata>where
P: Visitable + Peek<'a> + Parse<'a> + ToCursors + ToSpan,
D: Visitable + DeclarationValue<'a, CssMetadata> + QueryableNode,
R: Visitable + Parse<'a> + ToCursors + ToSpan,
Block<'a, D, R, CssMetadata>: Parse<'a> + ToCursors + ToSpan,
Source§impl<'a, T> Visitable for DeclarationList<'a, T, CssMetadata>
impl<'a, T> Visitable for DeclarationList<'a, T, CssMetadata>
Source§impl<'a, T, const MIN: usize> Visitable for CommaSeparated<'a, T, MIN>
impl<'a, T, const MIN: usize> Visitable for CommaSeparated<'a, T, MIN>
Source§impl<T, U> Visitable for Optionals2<T, U>
impl<T, U> Visitable for Optionals2<T, U>
Source§impl<T, U, V> Visitable for Optionals3<T, U, V>
impl<T, U, V> Visitable for Optionals3<T, U, V>
Source§impl<T, U, V, W> Visitable for (T, U, V, W)
impl<T, U, V, W> Visitable for (T, U, V, W)
Source§impl<T, U, V, W> Visitable for Optionals4<T, U, V, W>
impl<T, U, V, W> Visitable for Optionals4<T, U, V, W>
Source§impl<T, U, V, W, X> Visitable for Optionals5<T, U, V, W, X>
impl<T, U, V, W, X> Visitable for Optionals5<T, U, V, W, X>
Implementors§
impl Visitable for AbsoluteSize
impl Visitable for AlignContentStyleValue
impl Visitable for AlignSelfStyleValue
impl Visitable for AlignmentBaselineStyleValue
impl Visitable for AllStyleValue
impl Visitable for Angle
impl Visitable for AngleOrNumber
impl Visitable for AngleOrZero
impl Visitable for AnimateableFeature
impl Visitable for AnimationAction
impl Visitable for AnyHoverMediaFeature
impl Visitable for AnyHoverMediaFeatureKeyword
impl Visitable for AnyPointerMediaFeature
impl Visitable for AppearanceStyleValue
impl Visitable for AspectRatioContainerFeature
impl Visitable for Attachment
impl Visitable for AttributeModifier
impl Visitable for AttributeOperator
impl Visitable for AttributeValue
impl Visitable for BackfaceVisibilityStyleValue
impl Visitable for BaselinePosition
impl Visitable for BaselineShiftStyleValue
impl Visitable for BaselineSourceStyleValue
impl Visitable for BgClip
impl Visitable for BgSize
impl Visitable for BlendMode
impl Visitable for BlockEllipsisStyleValue
impl Visitable for BlockSizeContainerFeature
impl Visitable for BlockStepAlignStyleValue
impl Visitable for BlockStepInsertStyleValue
impl Visitable for BlockStepRoundStyleValue
impl Visitable for BookmarkStateStyleValue
impl Visitable for BorderBoundaryStyleValue
impl Visitable for BorderCollapseStyleValue
impl Visitable for BorderImageRepeatStyleValueKeywords
impl Visitable for BoxDecorationBreakStyleValue
impl Visitable for BoxShadowPositionStyleValueKeywords
impl Visitable for BoxSizingStyleValue
impl Visitable for BoxSnapStyleValue
impl Visitable for BreakAfterStyleValue
impl Visitable for BreakBeforeStyleValue
impl Visitable for BreakInsideStyleValue
impl Visitable for CaptionSideStyleValue
impl Visitable for CaretAnimationStyleValue
impl Visitable for CaretShapeStyleValue
impl Visitable for ClearStyleValue
impl Visitable for ClipRuleStyleValue
impl Visitable for Color
impl Visitable for ColorFunction
impl Visitable for ColorGamutMediaFeature
impl Visitable for ColorGamutMediaFeatureKeyword
impl Visitable for ColorIndexMediaFeature
impl Visitable for ColorInterpolationFiltersStyleValue
impl Visitable for ColorMediaFeature
impl Visitable for ColorSpace
impl Visitable for ColumnFillStyleValue
impl Visitable for ColumnGapStyleValue
impl Visitable for ColumnRuleBreakStyleValue
impl Visitable for ColumnRuleColorStyleValue
impl Visitable for ColumnRuleStyleStyleValue
impl Visitable for ColumnRuleStyleValue
impl Visitable for ColumnSpanStyleValue
impl Visitable for ColumnWrapStyleValue
impl Visitable for Combinator
impl Visitable for CompatAuto
impl Visitable for CompatSpecial
impl Visitable for ContentDistribution
impl Visitable for ContentKeyword
impl Visitable for ContentPosition
impl Visitable for ContentVisibilityStyleValue
impl Visitable for ContinueStyleValue
impl Visitable for CoordBox
impl Visitable for CornerShapeValue
impl Visitable for CursorPredefined
impl Visitable for DeviceHeightMediaFeature
impl Visitable for DeviceWidthMediaFeature
impl Visitable for DirValue
impl Visitable for DirectionStyleValue
impl Visitable for DisplayBox
impl Visitable for DisplayInside
impl Visitable for DisplayInternal
impl Visitable for DisplayLegacy
impl Visitable for DisplayListitemInside
impl Visitable for DisplayModeMediaFeature
impl Visitable for DisplayModeMediaFeatureKeyword
impl Visitable for DisplayOutside
impl Visitable for DisplayStyleValue
impl Visitable for DocumentMatcher
impl Visitable for DominantBaselineStyleValue
impl Visitable for DynamicRangeMediaFeature
impl Visitable for DynamicRangeMediaFeatureKeyword
impl Visitable for EmptyCellsStyleValue
impl Visitable for EnvironmentBlendingMediaFeature
impl Visitable for EnvironmentBlendingMediaFeatureKeyword
impl Visitable for EventTriggerEvent
impl Visitable for FieldSizingStyleValue
impl Visitable for FillBreakStyleValue
impl Visitable for FillOriginStyleValue
impl Visitable for FillRuleStyleValue
impl Visitable for FlexBasisStyleValue
impl Visitable for FlexDirectionStyleValue
impl Visitable for FlexWrapStyleValue
impl Visitable for FloatDeferStyleValue
impl Visitable for FloatReferenceStyleValue
impl Visitable for FloatStyleValue
impl Visitable for FlowToleranceStyleValue
impl Visitable for FontKerningStyleValue
impl Visitable for FontLanguageOverrideStyleValue
impl Visitable for FontOpticalSizingStyleValue
impl Visitable for FontSizeStyleValue
impl Visitable for FontStyleStyleValue
impl Visitable for FontSynthesisPositionStyleValue
impl Visitable for FontSynthesisSmallCapsStyleValue
impl Visitable for FontSynthesisStyleStyleValue
impl Visitable for FontSynthesisWeightStyleValue
impl Visitable for FontVariantCapsStyleValue
impl Visitable for FontVariantEmojiStyleValue
impl Visitable for FontVariantPositionStyleValue
impl Visitable for FontWeightAbsolute
impl Visitable for FontWeightStyleValue
impl Visitable for FontWidthStyleValue
impl Visitable for FootnoteDisplayStyleValue
impl Visitable for FootnotePolicyStyleValue
impl Visitable for ForcedColorAdjustStyleValue
impl Visitable for ForcedColorsMediaFeature
impl Visitable for ForcedColorsMediaFeatureKeyword
impl Visitable for GenericFamily
impl Visitable for GlyphOrientationVerticalStyleValue
impl Visitable for GridLine
impl Visitable for GridMediaFeature
impl Visitable for HeightContainerFeature
impl Visitable for HeightMediaFeature
impl Visitable for HeightStyleValue
impl Visitable for HorizontalViewportSegmentsMediaFeature
impl Visitable for HoverMediaFeature
impl Visitable for HoverMediaFeatureKeyword
impl Visitable for HtmlNonConformingTag
impl Visitable for HtmlNonStandardTag
impl Visitable for HtmlTag
impl Visitable for HyphenateLimitLastStyleValue
impl Visitable for HyphenateLimitLinesStyleValue
impl Visitable for HyphensStyleValue
impl Visitable for ImageRenderingStyleValue
impl Visitable for InheritsValue
impl Visitable for InitialLetterWrapStyleValue
impl Visitable for InlineSizeContainerFeature
impl Visitable for InlineSizingStyleValue
impl Visitable for InputSecurityStyleValue
impl Visitable for InteractivityStyleValue
impl Visitable for InterestDelayEndStyleValue
impl Visitable for InterestDelayStartStyleValue
impl Visitable for InterpolateSizeStyleValue
impl Visitable for InvertedColorsMediaFeature
impl Visitable for InvertedColorsMediaFeatureKeyword
impl Visitable for IsolationMode
impl Visitable for ItemDirectionStyleValue
impl Visitable for ItemTrackStyleValue
impl Visitable for KeyframeSelector
impl Visitable for KeyframesName
impl Visitable for LayoutBox
impl Visitable for LegacyPseudoElement
impl Visitable for Length
impl Visitable for LengthPercentage
impl Visitable for LengthPercentageOrFlex
impl Visitable for LetterSpacingStyleValue
impl Visitable for LineBreakStyleValue
impl Visitable for LineFitEdgeStyleValue
impl Visitable for LineGridStyleValue
impl Visitable for LineHeightStyleValue
impl Visitable for LineSnapStyleValue
impl Visitable for LineStyle
impl Visitable for LineWidth
impl Visitable for ListStylePositionStyleValue
impl Visitable for MarginBreakStyleValue
impl Visitable for MarkerSideStyleValue
impl Visitable for MaskBorderModeStyleValue
impl Visitable for MaskBorderRepeatStyleValueKeywords
impl Visitable for MaskTypeStyleValue
impl Visitable for MathmlTag
impl Visitable for MaxHeightStyleValue
impl Visitable for MaxWidthStyleValue
impl Visitable for MediaFeature
impl Visitable for MediaPreCondition
impl Visitable for MediaType
impl Visitable for MinHeightStyleValue
impl Visitable for MinWidthStyleValue
impl Visitable for MixBlendModeStyleValue
impl Visitable for MonochromeMediaFeature
impl Visitable for MozDeviceOrientationMediaFeature
impl Visitable for MozDevicePixelRatioMediaFeature
impl Visitable for MozFunctionalPseudoClass
impl Visitable for MozFunctionalPseudoElementKeyword
impl Visitable for MozImagesInMenusMediaFeature
impl Visitable for MozMacGraphiteThemeMediaFeature
impl Visitable for MozMaemoClassicMediaFeature
impl Visitable for MozOsVersionMediaFeature
impl Visitable for MozPseudoClass
impl Visitable for MozPseudoElement
impl Visitable for MozTouchEnabledMediaFeature
impl Visitable for MsColumnCountMediaFeature
impl Visitable for MsDevicePixelRatioMediaFeature
impl Visitable for MsHighContrastMediaFeature
impl Visitable for MsImeAlignMediaFeature
impl Visitable for MsPseudoClass
impl Visitable for MsPseudoElement
impl Visitable for MsViewStateMediaFeature
impl Visitable for NamedColor
impl Visitable for NamedDirection
impl Visitable for Nth
impl Visitable for NumberLength
impl Visitable for NumberPercentage
impl Visitable for ODevicePixelRatioMediaFeature
impl Visitable for OPseudoClass
impl Visitable for OPseudoElement
impl Visitable for OffsetPositionStyleValue
impl Visitable for OpacityValue
impl Visitable for OrientationContainerFeature
impl Visitable for OrientationContainerFeatureKeyword
impl Visitable for OrientationMediaFeature
impl Visitable for OrientationMediaFeatureKeyword
impl Visitable for OutlineLineStyle
impl Visitable for OverflowAnchorStyleValue
impl Visitable for OverflowBlockMediaFeature
impl Visitable for OverflowBlockMediaFeatureKeyword
impl Visitable for OverflowBlockStyleValue
impl Visitable for OverflowInlineMediaFeature
impl Visitable for OverflowInlineMediaFeatureKeyword
impl Visitable for OverflowInlineStyleValue
impl Visitable for OverflowPosition
impl Visitable for OverflowWrapStyleValue
impl Visitable for OverflowXStyleValue
impl Visitable for OverflowYStyleValue
impl Visitable for OverlayStyleValue
impl Visitable for OverscrollBehaviorBlockStyleValue
impl Visitable for OverscrollBehaviorInlineStyleValue
impl Visitable for OverscrollBehaviorStyleValueKeywords
impl Visitable for OverscrollBehaviorXStyleValue
impl Visitable for OverscrollBehaviorYStyleValue
impl Visitable for PaintBox
impl Visitable for PauseAfterStyleValue
impl Visitable for PauseBeforeStyleValue
impl Visitable for PointerEventsStyleValue
impl Visitable for PointerMediaFeature
impl Visitable for PointerMediaFeatureKeyword
impl Visitable for PointerTimelineAxisStyleValueKeywords
impl Visitable for Position
impl Visitable for PositionArea
impl Visitable for PositionHorizontalKeyword
impl Visitable for PositionStyleValue
impl Visitable for PositionTryOrderStyleValue
impl Visitable for PositionVerticalKeyword
impl Visitable for PrefersColorSchemeMediaFeature
impl Visitable for PrefersColorSchemeMediaFeatureKeyword
impl Visitable for PrefersContrastMediaFeature
impl Visitable for PrefersReducedDataMediaFeature
impl Visitable for PrefersReducedMotionMediaFeature
impl Visitable for PrefersReducedMotionMediaFeatureKeyword
impl Visitable for PrefersReducedTransparencyMediaFeature
impl Visitable for PrefersReducedTransparencyMediaFeatureKeyword
impl Visitable for PrintColorAdjustStyleValue
impl Visitable for PseudoClass
impl Visitable for PseudoElement
impl Visitable for Quote
impl Visitable for RadialExtent
impl Visitable for RadialShape
impl Visitable for ReadingFlowStyleValue
impl Visitable for RegionFragmentStyleValue
impl Visitable for RelativeSize
impl Visitable for RepeatStyle
impl Visitable for Repetition
impl Visitable for ResizeStyleValue
impl Visitable for RestAfterStyleValue
impl Visitable for RestBeforeStyleValue
impl Visitable for RowGapStyleValue
impl Visitable for RowRuleBreakStyleValue
impl Visitable for RowRuleColorStyleValue
impl Visitable for RowRuleStyleStyleValue
impl Visitable for RowRuleStyleValue
impl Visitable for RubyAlignStyleValue
impl Visitable for RubyMergeStyleValue
impl Visitable for RubyOverhangStyleValue
impl Visitable for RuleOverlapStyleValue
impl Visitable for ScanMediaFeature
impl Visitable for ScanMediaFeatureKeyword
impl Visitable for ScriptingMediaFeature
impl Visitable for ScriptingMediaFeatureKeyword
impl Visitable for ScrollBehaviorStyleValue
impl Visitable for ScrollInitialTargetStyleValue
impl Visitable for ScrollMarkerGroupStyleValue
impl Visitable for ScrollSnapAlignStyleValueKeywords
impl Visitable for ScrollSnapStopStyleValue
impl Visitable for ScrollStateFeature
impl Visitable for ScrollTargetGroupStyleValue
impl Visitable for ScrollTimelineAxisStyleValueKeywords
impl Visitable for ScrollableScrollStateFeature
impl Visitable for ScrollableScrollStateFeatureKeyword
impl Visitable for ScrollbarWidthStyleValue
impl Visitable for SelfPosition
impl Visitable for SingleAnimationComposition
impl Visitable for SingleAnimationDirection
impl Visitable for SingleAnimationFillMode
impl Visitable for SingleAnimationIterationCount
impl Visitable for SingleAnimationPlayState
impl Visitable for SingleAnimationRangeEndStyleValue
impl Visitable for SingleAnimationRangeStartStyleValue
impl Visitable for SingleAnimationTimeline
impl Visitable for SingleAnimationTriggerBehavior
impl Visitable for SingleAnimationTriggerType
impl Visitable for SingleMaskClipStyleValue
impl Visitable for SingleTransitionProperty
impl Visitable for SliderOrientationStyleValue
impl Visitable for SnapBlockKeyword
impl Visitable for SnapInlineKeyword
impl Visitable for SnappedScrollStateFeature
impl Visitable for SnappedScrollStateFeatureKeyword
impl Visitable for SpacingTrim
impl Visitable for SpeakAsStyleValue
impl Visitable for SpeakStyleValue
impl Visitable for StringOrUrl
impl Visitable for StrokeAlignStyleValue
impl Visitable for StrokeBreakStyleValue
impl Visitable for StrokeLinecapStyleValue
impl Visitable for StrokeOriginStyleValue
impl Visitable for StuckScrollStateFeature
impl Visitable for StuckScrollStateFeatureKeyword
impl Visitable for SvgTag
impl Visitable for SymbolsType
impl Visitable for SystemColor
impl Visitable for SystemStyleValue
impl Visitable for TableLayoutStyleValue
impl Visitable for Tag
impl Visitable for TextAlignAllStyleValue
impl Visitable for TextAlignLastStyleValue
impl Visitable for TextAlignStyleValue
impl Visitable for TextAutospaceStyleValue
impl Visitable for TextBoxTrimStyleValue
impl Visitable for TextCombineUprightStyleValue
impl Visitable for TextDecorationSkipBoxStyleValue
impl Visitable for TextDecorationSkipInkStyleValue
impl Visitable for TextDecorationSkipStyleValue
impl Visitable for TextDecorationStyleStyleValue
impl Visitable for TextDecorationThicknessStyleValue
impl Visitable for TextFunctionContent
impl Visitable for TextGroupAlignStyleValue
impl Visitable for TextOrientationStyleValue
impl Visitable for TextWrapModeStyleValue
impl Visitable for TextWrapStyleStyleValue
impl Visitable for Time
impl Visitable for Todo
impl Visitable for TransformBoxStyleValue
impl Visitable for TransformFunction
impl Visitable for TransformStyleStyleValue
impl Visitable for TransitionBehaviorValue
impl Visitable for TrySize
impl Visitable for UnicodeBidiStyleValue
impl Visitable for Url
impl Visitable for UrlOrString
impl Visitable for UserSelectStyleValue
impl Visitable for VerticalViewportSegmentsMediaFeature
impl Visitable for VideoColorGamutMediaFeature
impl Visitable for VideoColorGamutMediaFeatureKeyword
impl Visitable for VideoDynamicRangeMediaFeature
impl Visitable for VideoDynamicRangeMediaFeatureKeyword
impl Visitable for ViewTimelineAxisStyleValueKeywords
impl Visitable for ViewTransitionGroupStyleValue
impl Visitable for VisibilityStyleValue
impl Visitable for VisualBox
impl Visitable for VoiceBalanceStyleValue
impl Visitable for VoiceStressStyleValue
impl Visitable for WebkitAnimationMediaFeature
impl Visitable for WebkitDevicePixelRatioMediaFeature
impl Visitable for WebkitPseudoClass
impl Visitable for WebkitPseudoElement
impl Visitable for WebkitTransform2dMediaFeature
impl Visitable for WebkitTransform3dMediaFeature
impl Visitable for WebkitTransitionMediaFeature
impl Visitable for WebkitVideoPlayableInlineMediaFeature
impl Visitable for WhiteSpaceCollapseStyleValue
impl Visitable for WidthContainerFeature
impl Visitable for WidthMediaFeature
impl Visitable for WidthStyleValue
impl Visitable for WordBreakStyleValue
impl Visitable for WordSpacingStyleValue
impl Visitable for WordWrapStyleValue
impl Visitable for WrapAfterStyleValue
impl Visitable for WrapBeforeStyleValue
impl Visitable for WrapFlowStyleValue
impl Visitable for WrapInsideStyleValue
impl Visitable for WrapThroughStyleValue
impl Visitable for WritingModeStyleValue
impl Visitable for AccentColorStyleValue
impl Visitable for AnchorName
impl Visitable for AspectRatioStyleValue
impl Visitable for Attribute
impl Visitable for BackgroundColorStyleValue
impl Visitable for BlockSizeStyleValue
impl Visitable for BlockStepSizeStyleValue
impl Visitable for BlockStepStyleValue
impl Visitable for BookmarkLevelStyleValue
impl Visitable for BorderBlockEndStyleStyleValue
impl Visitable for BorderBlockEndStyleValue
impl Visitable for BorderBlockEndWidthStyleValue
impl Visitable for BorderBlockStartStyleStyleValue
impl Visitable for BorderBlockStartStyleValue
impl Visitable for BorderBlockStartWidthStyleValue
impl Visitable for BorderBlockStyleStyleValue
impl Visitable for BorderBlockStyleValue
impl Visitable for BorderBlockWidthStyleValue
impl Visitable for BorderBottomLeftRadiusStyleValue
impl Visitable for BorderBottomRightRadiusStyleValue
impl Visitable for BorderBottomStyleStyleValue
impl Visitable for BorderBottomStyleValue
impl Visitable for BorderBottomWidthStyleValue
impl Visitable for BorderEndEndRadiusStyleValue
impl Visitable for BorderEndStartRadiusStyleValue
impl Visitable for BorderImageOutsetStyleValue
impl Visitable for BorderImageRepeatStyleValue
impl Visitable for BorderInlineEndStyleStyleValue
impl Visitable for BorderInlineEndStyleValue
impl Visitable for BorderInlineEndWidthStyleValue
impl Visitable for BorderInlineStartStyleStyleValue
impl Visitable for BorderInlineStartStyleValue
impl Visitable for BorderInlineStartWidthStyleValue
impl Visitable for BorderInlineStyleStyleValue
impl Visitable for BorderInlineStyleValue
impl Visitable for BorderInlineWidthStyleValue
impl Visitable for BorderLeftStyleStyleValue
impl Visitable for BorderLeftStyleValue
impl Visitable for BorderLeftWidthStyleValue
impl Visitable for BorderRadius
impl Visitable for BorderRightStyleStyleValue
impl Visitable for BorderRightStyleValue
impl Visitable for BorderRightWidthStyleValue
impl Visitable for BorderSpacingStyleValue
impl Visitable for BorderStartEndRadiusStyleValue
impl Visitable for BorderStartStartRadiusStyleValue
impl Visitable for BorderStyleStyleValue
impl Visitable for BorderStyleValue
impl Visitable for BorderTopLeftRadiusStyleValue
impl Visitable for BorderTopRightRadiusStyleValue
impl Visitable for BorderTopStyleStyleValue
impl Visitable for BorderTopStyleValue
impl Visitable for BorderTopWidthStyleValue
impl Visitable for BorderWidthStyleValue
impl Visitable for BottomStyleValue
impl Visitable for CSSInt
impl Visitable for CalcSizeFunction
impl Visitable for CaretColorStyleValue
impl Visitable for CaretStyleValue
impl Visitable for CharsetRule
impl Visitable for Class
impl Visitable for ColorAdjustStyleValue
impl Visitable for ColorFunctionColor
impl Visitable for ColorFunctionColorParams
impl Visitable for ColorStripe
impl Visitable for ColorStyleValue
impl Visitable for ColumnCountStyleValue
impl Visitable for ColumnHeightStyleValue
impl Visitable for ColumnRuleEdgeInsetEndStyleValue
impl Visitable for ColumnRuleEdgeInsetStartStyleValue
impl Visitable for ColumnRuleEdgeInsetStyleValue
impl Visitable for ColumnRuleInsetEndStyleValue
impl Visitable for ColumnRuleInsetStartStyleValue
impl Visitable for ColumnRuleInsetStyleValue
impl Visitable for ColumnRuleInteriorInsetEndStyleValue
impl Visitable for ColumnRuleInteriorInsetStartStyleValue
impl Visitable for ColumnRuleInteriorInsetStyleValue
impl Visitable for ColumnWidthStyleValue
impl Visitable for CommaOrSlash
impl Visitable for ContentFunction
impl Visitable for CornerBlockEndShapeStyleValue
impl Visitable for CornerBlockStartShapeStyleValue
impl Visitable for CornerBottomLeftShapeStyleValue
impl Visitable for CornerBottomRightShapeStyleValue
impl Visitable for CornerBottomShapeStyleValue
impl Visitable for CornerEndEndShapeStyleValue
impl Visitable for CornerEndStartShapeStyleValue
impl Visitable for CornerInlineEndShapeStyleValue
impl Visitable for CornerInlineStartShapeStyleValue
impl Visitable for CornerLeftShapeStyleValue
impl Visitable for CornerRightShapeStyleValue
impl Visitable for CornerShapeStyleValue
impl Visitable for CornerStartEndShapeStyleValue
impl Visitable for CornerStartStartShapeStyleValue
impl Visitable for CornerTopLeftShapeStyleValue
impl Visitable for CornerTopRightShapeStyleValue
impl Visitable for CornerTopShapeStyleValue
impl Visitable for CounterStyleName
impl Visitable for CubicBezierFunction
impl Visitable for CueAfterStyleValue
impl Visitable for CueBeforeStyleValue
impl Visitable for CueStyleValue
impl Visitable for CustomElementTag
impl Visitable for CustomIdent
impl Visitable for DashedIdent
impl Visitable for Decibel
impl Visitable for DirPseudoFunction
impl Visitable for DisplayListitem
impl Visitable for FallbackStyleValue
impl Visitable for FillColorStyleValue
impl Visitable for FillOpacityStyleValue
impl Visitable for FitContentFunction
impl Visitable for Flex
impl Visitable for FlexFlowStyleValue
impl Visitable for FlexGrowStyleValue
impl Visitable for FlexShrinkStyleValue
impl Visitable for FloatOffsetStyleValue
impl Visitable for FloodColorStyleValue
impl Visitable for FloodOpacityStyleValue
impl Visitable for FlowFromStyleValue
impl Visitable for GapStyleValue
impl Visitable for GridColumnEndStyleValue
impl Visitable for GridColumnStartStyleValue
impl Visitable for GridRowEndStyleValue
impl Visitable for GridRowStartStyleValue
impl Visitable for HighlightPseudoElement
impl Visitable for HslFunction
impl Visitable for HslFunctionParams
impl Visitable for HslaFunction
impl Visitable for HwbFunction
impl Visitable for HwbFunctionParams
impl Visitable for HyphenateCharacterStyleValue
impl Visitable for HyphenateLimitZoneStyleValue
impl Visitable for Id
impl Visitable for InlineSizeStyleValue
impl Visitable for InsetBlockEndStyleValue
impl Visitable for InsetBlockStartStyleValue
impl Visitable for InsetBlockStyleValue
impl Visitable for InsetInlineEndStyleValue
impl Visitable for InsetInlineStartStyleValue
impl Visitable for InsetInlineStyleValue
impl Visitable for InsetStyleValue
impl Visitable for InterestDelayStyleValue
impl Visitable for IsolationStyleValue
impl Visitable for KeypressFunction
impl Visitable for LabFunction
impl Visitable for LabFunctionParams
impl Visitable for LchFunction
impl Visitable for LchFunctionParams
impl Visitable for LeaderFunction
impl Visitable for LeftStyleValue
impl Visitable for LightingColorStyleValue
impl Visitable for LineHeightStepStyleValue
impl Visitable for LinePaddingStyleValue
impl Visitable for LinearFunctionParams
impl Visitable for MarginBlockEndStyleValue
impl Visitable for MarginBlockStartStyleValue
impl Visitable for MarginBlockStyleValue
impl Visitable for MarginBottomStyleValue
impl Visitable for MarginInlineEndStyleValue
impl Visitable for MarginInlineStartStyleValue
impl Visitable for MarginInlineStyleValue
impl Visitable for MarginLeftStyleValue
impl Visitable for MarginRightStyleValue
impl Visitable for MarginStyleValue
impl Visitable for MarginTopStyleValue
impl Visitable for MaskBorderOutsetStyleValue
impl Visitable for MaskBorderRepeatStyleValue
impl Visitable for Matrix3dFunction
impl Visitable for MatrixFunction
impl Visitable for MaxBlockSizeStyleValue
impl Visitable for MaxInlineSizeStyleValue
impl Visitable for MaxLinesStyleValue
impl Visitable for MinBlockSizeStyleValue
impl Visitable for MinInlineSizeStyleValue
impl Visitable for MozLocaleDirFunctionalPseudoClass
impl Visitable for Namespace
impl Visitable for NamespaceRule
impl Visitable for NthChildPseudoFunction
impl Visitable for NthColPseudoFunction
impl Visitable for NthLastChildPseudoFunction
impl Visitable for NthLastColPseudoFunction
impl Visitable for NthLastOfTypePseudoFunction
impl Visitable for NthOfTypePseudoFunction
impl Visitable for ObjectPositionStyleValue
impl Visitable for ObjectViewBoxStyleValue
impl Visitable for OffsetAnchorStyleValue
impl Visitable for OffsetDistanceStyleValue
impl Visitable for OklabFunction
impl Visitable for OklchFunction
impl Visitable for OpacityStyleValue
impl Visitable for OrderStyleValue
impl Visitable for OrphansStyleValue
impl Visitable for OutlineOffsetStyleValue
impl Visitable for OutlineStyleStyleValue
impl Visitable for OutlineWidthStyleValue
impl Visitable for OverflowClipMarginBlockEndStyleValue
impl Visitable for OverflowClipMarginBlockStartStyleValue
impl Visitable for OverflowClipMarginBlockStyleValue
impl Visitable for OverflowClipMarginBottomStyleValue
impl Visitable for OverflowClipMarginInlineEndStyleValue
impl Visitable for OverflowClipMarginInlineStartStyleValue
impl Visitable for OverflowClipMarginInlineStyleValue
impl Visitable for OverflowClipMarginLeftStyleValue
impl Visitable for OverflowClipMarginRightStyleValue
impl Visitable for OverflowClipMarginStyleValue
impl Visitable for OverflowClipMarginTopStyleValue
impl Visitable for OverflowStyleValue
impl Visitable for OverscrollBehaviorStyleValue
impl Visitable for PaddingBlockEndStyleValue
impl Visitable for PaddingBlockStartStyleValue
impl Visitable for PaddingBlockStyleValue
impl Visitable for PaddingBottomStyleValue
impl Visitable for PaddingInlineEndStyleValue
impl Visitable for PaddingInlineStartStyleValue
impl Visitable for PaddingInlineStyleValue
impl Visitable for PaddingLeftStyleValue
impl Visitable for PaddingRightStyleValue
impl Visitable for PaddingStyleValue
impl Visitable for PaddingTopStyleValue
impl Visitable for PageStyleValue
impl Visitable for PauseStyleValue
impl Visitable for Percentage
impl Visitable for PerspectiveFunction
impl Visitable for PerspectiveOriginStyleValue
impl Visitable for PerspectiveStyleValue
impl Visitable for PickerPseudoElement
impl Visitable for PositionAnchorStyleValue
impl Visitable for PositionAreaStyleValue
impl Visitable for PropertyPrelude
impl Visitable for Ratio
impl Visitable for ReadingOrderStyleValue
impl Visitable for RestStyleValue
impl Visitable for RgbFunction
impl Visitable for RgbFunctionParams
impl Visitable for RgbaFunction
impl Visitable for RightStyleValue
impl Visitable for Rotate3dFunction
impl Visitable for RotateFunction
impl Visitable for RotatexFunction
impl Visitable for RotateyFunction
impl Visitable for RotatezFunction
impl Visitable for RowRuleEdgeInsetEndStyleValue
impl Visitable for RowRuleEdgeInsetStartStyleValue
impl Visitable for RowRuleEdgeInsetStyleValue
impl Visitable for RowRuleInsetEndStyleValue
impl Visitable for RowRuleInsetStartStyleValue
impl Visitable for RowRuleInsetStyleValue
impl Visitable for RowRuleInteriorInsetEndStyleValue
impl Visitable for RowRuleInteriorInsetStartStyleValue
impl Visitable for RowRuleInteriorInsetStyleValue
impl Visitable for RuleBreakStyleValue
impl Visitable for RuleColorStyleValue
impl Visitable for RuleEdgeInsetStyleValue
impl Visitable for RuleInsetEndStyleValue
impl Visitable for RuleInsetStartStyleValue
impl Visitable for RuleInsetStyleValue
impl Visitable for RuleInteriorInsetStyleValue
impl Visitable for RuleStyleStyleValue
impl Visitable for RuleStyleValue
impl Visitable for RunningStyleValue
impl Visitable for Scale3dFunction
impl Visitable for ScaleFunction
impl Visitable for ScaleStyleValue
impl Visitable for ScalexFunction
impl Visitable for ScaleyFunction
impl Visitable for ScalezFunction
impl Visitable for ScrollMarginBlockEndStyleValue
impl Visitable for ScrollMarginBlockStartStyleValue
impl Visitable for ScrollMarginBlockStyleValue
impl Visitable for ScrollMarginBottomStyleValue
impl Visitable for ScrollMarginInlineEndStyleValue
impl Visitable for ScrollMarginInlineStartStyleValue
impl Visitable for ScrollMarginInlineStyleValue
impl Visitable for ScrollMarginLeftStyleValue
impl Visitable for ScrollMarginRightStyleValue
impl Visitable for ScrollMarginStyleValue
impl Visitable for ScrollMarginTopStyleValue
impl Visitable for ScrollPaddingBlockEndStyleValue
impl Visitable for ScrollPaddingBlockStartStyleValue
impl Visitable for ScrollPaddingBlockStyleValue
impl Visitable for ScrollPaddingBottomStyleValue
impl Visitable for ScrollPaddingInlineEndStyleValue
impl Visitable for ScrollPaddingInlineStartStyleValue
impl Visitable for ScrollPaddingInlineStyleValue
impl Visitable for ScrollPaddingLeftStyleValue
impl Visitable for ScrollPaddingRightStyleValue
impl Visitable for ScrollPaddingStyleValue
impl Visitable for ScrollPaddingTopStyleValue
impl Visitable for ScrollSnapAlignStyleValue
impl Visitable for ScrollbarColorStyleValue
impl Visitable for Shadow
impl Visitable for ShapeImageThresholdStyleValue
impl Visitable for ShapeMarginStyleValue
impl Visitable for ShapePaddingStyleValue
impl Visitable for SingleViewTimelineInsetStyleValue
impl Visitable for SkewFunction
impl Visitable for SkewxFunction
impl Visitable for SkewyFunction
impl Visitable for SnapBlockFunction
impl Visitable for SnapInlineFunction
impl Visitable for StatePseudoFunction
impl Visitable for StepsFunction
impl Visitable for StringFunction
impl Visitable for StrokeDashCornerStyleValue
impl Visitable for StrokeDashoffsetStyleValue
impl Visitable for StrokeMiterlimitStyleValue
impl Visitable for StrokeOpacityStyleValue
impl Visitable for SuperellipseFunction
impl Visitable for SyntaxValue
impl Visitable for TabSizeStyleValue
impl Visitable for TargetTextFunction
impl Visitable for TextBoxEdgeStyleValue
impl Visitable for TextDecorationColorStyleValue
impl Visitable for TextDecorationInsetStyleValue
impl Visitable for TextEmphasisColorStyleValue
impl Visitable for TextEmphasisSkipStyleValue
impl Visitable for TextSizeAdjustStyleValue
impl Visitable for TextSpacingTrimStyleValue
impl Visitable for TextUnderlineOffsetStyleValue
impl Visitable for TextWrapStyleValue
impl Visitable for TimelineRangeName
impl Visitable for TopStyleValue
impl Visitable for Translate3dFunction
impl Visitable for TranslateFunction
impl Visitable for TranslatexFunction
impl Visitable for TranslateyFunction
impl Visitable for TranslatezFunction
impl Visitable for UnknownTag
impl Visitable for ViewTransitionNameStyleValue
impl Visitable for VoiceDurationStyleValue
impl Visitable for WebkitLineClampStyleValue
impl Visitable for WidowsStyleValue
impl Visitable for Wildcard
impl Visitable for ZoomStyleValue
impl<'a> Visitable for AnchorScopeStyleValue<'a>
impl<'a> Visitable for BorderBlockEndColorStyleValue<'a>
impl<'a> Visitable for BorderBlockStartColorStyleValue<'a>
impl<'a> Visitable for BorderBottomColorStyleValue<'a>
impl<'a> Visitable for BorderInlineEndColorStyleValue<'a>
impl<'a> Visitable for BorderInlineStartColorStyleValue<'a>
impl<'a> Visitable for BorderLeftColorStyleValue<'a>
impl<'a> Visitable for BorderRightColorStyleValue<'a>
impl<'a> Visitable for BorderTopColorStyleValue<'a>
impl<'a> Visitable for ColumnRuleWidthStyleValue<'a>
impl<'a> Visitable for ContainerFeature<'a>
impl<'a> Visitable for ContainerQuery<'a>
impl<'a> Visitable for ContentListItem<'a>
impl<'a> Visitable for Counter<'a>
impl<'a> Visitable for CounterStyle<'a>
impl<'a> Visitable for CounterStyleRuleStyleValue<'a>
impl<'a> Visitable for CursorImage<'a>
impl<'a> Visitable for DynamicRangeLimitStyleValue<'a>
impl<'a> Visitable for EasingFunction<'a>
impl<'a> Visitable for FamilyName<'a>
impl<'a> Visitable for FunctionalPseudoClass<'a>
impl<'a> Visitable for FunctionalPseudoElement<'a>
impl<'a> Visitable for Gradient<'a>
impl<'a> Visitable for Image<'a>
impl<'a> Visitable for ImportLayer<'a>
impl<'a> Visitable for LineWidthOrRepeat<'a>
impl<'a> Visitable for ListStyleTypeStyleValue<'a>
impl<'a> Visitable for MarginRule<'a>
impl<'a> Visitable for MediaCondition<'a>
impl<'a> Visitable for MozFunctionalPseudoElement<'a>
impl<'a> Visitable for NestedGroupRule<'a>
impl<'a> Visitable for PropertyRuleStyleValue<'a>
impl<'a> Visitable for PtNameAndClassSelector<'a>
impl<'a> Visitable for RowRuleWidthStyleValue<'a>
impl<'a> Visitable for Rule<'a>
impl<'a> Visitable for ScrollStateQuery<'a>
impl<'a> Visitable for SelectorComponent<'a>
impl<'a> Visitable for SingleFontFamilyStyleValue<'a>
impl<'a> Visitable for StyleQuery<'a>
impl<'a> Visitable for StyleValue<'a>
impl<'a> Visitable for SupportsCondition<'a>
impl<'a> Visitable for SupportsFeature<'a>
impl<'a> Visitable for Symbol<'a>
impl<'a> Visitable for Target<'a>
impl<'a> Visitable for TimelineScopeStyleValue<'a>
impl<'a> Visitable for TriggerScopeStyleValue<'a>
impl<'a> Visitable for WebkitFunctionalPseudoClass<'a>
impl<'a> Visitable for WebkitFunctionalPseudoElement<'a>
impl<'a> Visitable for AdditiveSymbolsStyleValue<'a>
impl<'a> Visitable for AnchorNameStyleValue<'a>
impl<'a> Visitable for AnimationCompositionStyleValue<'a>
impl<'a> Visitable for AnimationDelayStyleValue<'a>
impl<'a> Visitable for AnimationDirectionStyleValue<'a>
impl<'a> Visitable for AnimationDurationStyleValue<'a>
impl<'a> Visitable for AnimationFillModeStyleValue<'a>
impl<'a> Visitable for AnimationIterationCountStyleValue<'a>
impl<'a> Visitable for AnimationNameStyleValue<'a>
impl<'a> Visitable for AnimationPlayStateStyleValue<'a>
impl<'a> Visitable for AnimationRangeEndStyleValue<'a>
impl<'a> Visitable for AnimationRangeStartStyleValue<'a>
impl<'a> Visitable for AnimationRangeStyleValue<'a>
impl<'a> Visitable for AnimationTimelineStyleValue<'a>
impl<'a> Visitable for AnimationTimingFunctionStyleValue<'a>
impl<'a> Visitable for AnimationTriggerStyleValue<'a>
impl<'a> Visitable for AttrFunction<'a>
impl<'a> Visitable for AutoLineWidthList<'a>
impl<'a> Visitable for BackgroundAttachmentStyleValue<'a>
impl<'a> Visitable for BackgroundBlendModeStyleValue<'a>
impl<'a> Visitable for BackgroundClipStyleValue<'a>
impl<'a> Visitable for BackgroundImageStyleValue<'a>
impl<'a> Visitable for BackgroundOriginStyleValue<'a>
impl<'a> Visitable for BackgroundRepeatBlockStyleValue<'a>
impl<'a> Visitable for BackgroundRepeatInlineStyleValue<'a>
impl<'a> Visitable for BackgroundRepeatStyleValue<'a>
impl<'a> Visitable for BackgroundRepeatXStyleValue<'a>
impl<'a> Visitable for BackgroundRepeatYStyleValue<'a>
impl<'a> Visitable for BackgroundSizeStyleValue<'a>
impl<'a> Visitable for BookmarkLabelStyleValue<'a>
impl<'a> Visitable for BorderBlockClipStyleValue<'a>
impl<'a> Visitable for BorderBlockColorStyleValue<'a>
impl<'a> Visitable for BorderBlockEndClipStyleValue<'a>
impl<'a> Visitable for BorderBlockStartClipStyleValue<'a>
impl<'a> Visitable for BorderBottomClipStyleValue<'a>
impl<'a> Visitable for BorderClipStyleValue<'a>
impl<'a> Visitable for BorderImageSourceStyleValue<'a>
impl<'a> Visitable for BorderInlineClipStyleValue<'a>
impl<'a> Visitable for BorderInlineColorStyleValue<'a>
impl<'a> Visitable for BorderInlineEndClipStyleValue<'a>
impl<'a> Visitable for BorderInlineStartClipStyleValue<'a>
impl<'a> Visitable for BorderLeftClipStyleValue<'a>
impl<'a> Visitable for BorderRightClipStyleValue<'a>
impl<'a> Visitable for BorderTopClipStyleValue<'a>
impl<'a> Visitable for BoxShadowBlurStyleValue<'a>
impl<'a> Visitable for BoxShadowColorStyleValue<'a>
impl<'a> Visitable for BoxShadowPositionStyleValue<'a>
impl<'a> Visitable for BoxShadowSpreadStyleValue<'a>
impl<'a> Visitable for BoxShadowStyleValue<'a>
impl<'a> Visitable for CompoundSelector<'a>
impl<'a> Visitable for Computed<'a>
impl<'a> Visitable for ContainerCondition<'a>
impl<'a> Visitable for ContainerConditionList<'a>
impl<'a> Visitable for ContainerNameStyleValue<'a>
impl<'a> Visitable for ContainerRule<'a>
impl<'a> Visitable for ContainerRulesBlock<'a>
impl<'a> Visitable for ContentList<'a>
impl<'a> Visitable for CounterFunction<'a>
impl<'a> Visitable for CounterStyleRule<'a>
impl<'a> Visitable for CounterStyleRuleBlock<'a>
impl<'a> Visitable for CountersFunction<'a>
impl<'a> Visitable for CursorStyleValue<'a>
impl<'a> Visitable for Custom<'a>
impl<'a> Visitable for DocumentMatcherList<'a>
impl<'a> Visitable for DocumentRule<'a>
impl<'a> Visitable for DocumentRuleBlock<'a>
impl<'a> Visitable for DynamicRangeLimitMixFunction<'a>
impl<'a> Visitable for EventTriggerNameStyleValue<'a>
impl<'a> Visitable for EventTriggerSourceStyleValue<'a>
impl<'a> Visitable for EventTriggerStyleValue<'a>
impl<'a> Visitable for FillPositionStyleValue<'a>
impl<'a> Visitable for FillRepeatStyleValue<'a>
impl<'a> Visitable for FillSizeStyleValue<'a>
impl<'a> Visitable for FontFaceRule<'a>
impl<'a> Visitable for FontFaceRuleBlock<'a>
impl<'a> Visitable for FontFaceRuleStyleValue<'a>
impl<'a> Visitable for FontFamilyStyleValue<'a>
impl<'a> Visitable for GridAutoColumnsStyleValue<'a>
impl<'a> Visitable for GridAutoRowsStyleValue<'a>
impl<'a> Visitable for GridTemplateAreasStyleValue<'a>
impl<'a> Visitable for HasPseudoFunction<'a>
impl<'a> Visitable for HeadingPseudoFunction<'a>
impl<'a> Visitable for HostContextPseudoFunction<'a>
impl<'a> Visitable for HostPseudoFunction<'a>
impl<'a> Visitable for Image1d<'a>
impl<'a> Visitable for ImageSetFunction<'a>
impl<'a> Visitable for ImportLayerFunction<'a>
impl<'a> Visitable for ImportRule<'a>
impl<'a> Visitable for ImportSupportsFunction<'a>
impl<'a> Visitable for IsPseudoFunction<'a>
impl<'a> Visitable for Keyframe<'a>
impl<'a> Visitable for KeyframeSelectors<'a>
impl<'a> Visitable for KeyframesRule<'a>
impl<'a> Visitable for KeyframesRuleBlock<'a>
impl<'a> Visitable for LangPseudoFunction<'a>
impl<'a> Visitable for LayerName<'a>
impl<'a> Visitable for LayerNameList<'a>
impl<'a> Visitable for LayerRule<'a>
impl<'a> Visitable for LayerRuleBlock<'a>
impl<'a> Visitable for LineWidthList<'a>
impl<'a> Visitable for LinearFunction<'a>
impl<'a> Visitable for LinearGradientFunction<'a>
impl<'a> Visitable for LinkParametersStyleValue<'a>
impl<'a> Visitable for ListStyleImageStyleValue<'a>
impl<'a> Visitable for MarginRuleBlock<'a>
impl<'a> Visitable for MaskBorderSourceStyleValue<'a>
impl<'a> Visitable for MaskClipStyleValue<'a>
impl<'a> Visitable for MaskOriginStyleValue<'a>
impl<'a> Visitable for MaskPositionStyleValue<'a>
impl<'a> Visitable for MaskRepeatStyleValue<'a>
impl<'a> Visitable for MaskSizeStyleValue<'a>
impl<'a> Visitable for MediaQuery<'a>
impl<'a> Visitable for MediaQueryList<'a>
impl<'a> Visitable for MediaRule<'a>
impl<'a> Visitable for MediaRuleBlock<'a>
impl<'a> Visitable for MozDocumentRule<'a>
impl<'a> Visitable for NegativeStyleValue<'a>
impl<'a> Visitable for NotPseudoFunction<'a>
impl<'a> Visitable for OutlineColorStyleValue<'a>
impl<'a> Visitable for OutlineStyleValue<'a>
impl<'a> Visitable for PadStyleValue<'a>
impl<'a> Visitable for PageRule<'a>
impl<'a> Visitable for PageRuleBlock<'a>
impl<'a> Visitable for PageSelector<'a>
impl<'a> Visitable for PageSelectorList<'a>
impl<'a> Visitable for ParamFunction<'a>
impl<'a> Visitable for PartPseudoElement<'a>
impl<'a> Visitable for PointerTimelineAxisStyleValue<'a>
impl<'a> Visitable for PointerTimelineNameStyleValue<'a>
impl<'a> Visitable for PointerTimelineStyleValue<'a>
impl<'a> Visitable for PrefixStyleValue<'a>
impl<'a> Visitable for PropertyRule<'a>
impl<'a> Visitable for PropertyRuleBlock<'a>
impl<'a> Visitable for RadialGradientFunction<'a>
impl<'a> Visitable for RepeatFunction<'a>
impl<'a> Visitable for RepeatFunctionParams<'a>
impl<'a> Visitable for RepeatingLinearGradientFunction<'a>
impl<'a> Visitable for RepeatingRadialGradientFunction<'a>
impl<'a> Visitable for RuleWidthStyleValue<'a>
impl<'a> Visitable for ScrollTimelineAxisStyleValue<'a>
impl<'a> Visitable for ScrollTimelineNameStyleValue<'a>
impl<'a> Visitable for ScrollTimelineStyleValue<'a>
impl<'a> Visitable for SelectorList<'a>
impl<'a> Visitable for SingleAdditiveSymbolsStyleValue<'a>
impl<'a> Visitable for SingleAnimationRangeStyleValue<'a>
impl<'a> Visitable for SinglePointerTimelineStyleValue<'a>
impl<'a> Visitable for SingleScrollTimelineStyleValue<'a>
impl<'a> Visitable for SingleTransition<'a>
impl<'a> Visitable for SlottedPseudoElement<'a>
impl<'a> Visitable for StartingStyleRule<'a>
impl<'a> Visitable for StartingStyleRuleBlock<'a>
impl<'a> Visitable for StripesFunction<'a>
impl<'a> Visitable for StrokeColorStyleValue<'a>
impl<'a> Visitable for StrokeDasharrayStyleValue<'a>
impl<'a> Visitable for StrokePositionStyleValue<'a>
impl<'a> Visitable for StrokeRepeatStyleValue<'a>
impl<'a> Visitable for StrokeSizeStyleValue<'a>
impl<'a> Visitable for StrokeWidthStyleValue<'a>
impl<'a> Visitable for StyleRule<'a>
impl<'a> Visitable for StyleSheet<'a>
impl<'a> Visitable for SuffixStyleValue<'a>
impl<'a> Visitable for SupportsRule<'a>
impl<'a> Visitable for SupportsRuleBlock<'a>
impl<'a> Visitable for SymbolsFunction<'a>
impl<'a> Visitable for SymbolsFunctionParams<'a>
impl<'a> Visitable for SymbolsStyleValue<'a>
impl<'a> Visitable for TargetCounterFunction<'a>
impl<'a> Visitable for TargetCountersFunction<'a>
impl<'a> Visitable for TextShadowStyleValue<'a>
impl<'a> Visitable for TimelineTriggerNameStyleValue<'a>
impl<'a> Visitable for TimelineTriggerSourceStyleValue<'a>
impl<'a> Visitable for TransformList<'a>
impl<'a> Visitable for TransformStyleValue<'a>
impl<'a> Visitable for TransitionBehaviorStyleValue<'a>
impl<'a> Visitable for TransitionDelayStyleValue<'a>
impl<'a> Visitable for TransitionDurationStyleValue<'a>
impl<'a> Visitable for TransitionPropertyStyleValue<'a>
impl<'a> Visitable for TransitionStyleValue<'a>
impl<'a> Visitable for TransitionTimingFunctionStyleValue<'a>
impl<'a> Visitable for Unknown<'a>
impl<'a> Visitable for UnknownAtRule<'a>
impl<'a> Visitable for UnknownQualifiedRule<'a>
impl<'a> Visitable for ViewTimelineAxisStyleValue<'a>
impl<'a> Visitable for ViewTimelineInsetStyleValue<'a>
impl<'a> Visitable for ViewTimelineNameStyleValue<'a>
impl<'a> Visitable for ViewTransitionClassStyleValue<'a>
impl<'a> Visitable for ViewTransitionGroupPseudoElement<'a>
impl<'a> Visitable for ViewTransitionImagePairPseudoElement<'a>
impl<'a> Visitable for ViewTransitionNewPseudoElement<'a>
impl<'a> Visitable for ViewTransitionOldPseudoElement<'a>
impl<'a> Visitable for WebkitAnyFunctionalPseudoClass<'a>
impl<'a> Visitable for WebkitDistrubutedFunctionalPseudoElement<'a>
impl<'a> Visitable for WebkitKeyframesRule<'a>
impl<'a> Visitable for WherePseudoFunction<'a>
impl<'a> Visitable for WillChangeStyleValue<'a>
impl<'a, T> Visitable for Declaration<'a, T, CssMetadata>
impl<T> Visitable for AutoNoneOr<T>where
T: Visitable,
impl<T> Visitable for AutoOr<T>where
T: Visitable,
impl<T> Visitable for NoneOr<T>where
T: Visitable,
impl<T: Visitable> Visitable for NonNegative<T>
Available on crate feature
visitable only.impl<T: Visitable> Visitable for NonZero<T>
Available on crate feature
visitable only.impl<T: Visitable> Visitable for Positive<T>
Available on crate feature
visitable only.impl<T: Visitable, const MIN: i32, const MAX: i32> Visitable for Ranged<T, MIN, MAX>
Available on crate feature
visitable only.impl<T: Visitable, const VALUE: i32> Visitable for Exact<T, VALUE>
Available on crate feature
visitable only.