UnitDataTypeContainer

Trait UnitDataTypeContainer 

Source
pub trait UnitDataTypeContainer<T: UnitDataType<Self>>: Sized { }

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.

Implementors§

Source§

impl<T> UnitDataTypeContainer<T> for Var<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationComposition<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationDelay<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationDirection<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationDuration<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationFillMode<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationIterationCount<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationName<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationPlayState<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AnimationTimingFunction<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BackgroundColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBlockColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBlockStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBlockWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBottomColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBottomLeftRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBottomRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBottomRightRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBottomStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderBottomWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderInlineColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderInlineStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderInlineWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderLeftColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderLeftRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderLeftStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderLeftWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderRightColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderRightRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderRightStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderRightWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderTopColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderTopLeftRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderTopRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderTopRightRadius<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderTopStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderTopWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BorderWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Appearance<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Opacity<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BoxShadowColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for BoxSizing<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Height<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MaxHeight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MaxWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MinHeight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MinWidth<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Width<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Display<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FlexBasis<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FlexDirection<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FlexGrow<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FlexShrink<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FlexWrap<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ColumnGap<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Gap<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for RowGap<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridArea<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridAutoColumns<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridAutoFlow<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridAutoRows<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridColumnEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridColumnStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridRowEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for GridRowStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Bottom<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Inset<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for InsetBlock<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for InsetInline<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Left<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Right<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Top<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Margin<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginBlock<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginBlockEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginBlockStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginBottom<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginInline<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginInlineEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginInlineStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginLeft<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginRight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for MarginTop<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Padding<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingBlock<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingBlockEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingBlockStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingBottom<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingInline<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingInlineEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingInlineStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingLeft<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingRight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PaddingTop<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AlignContent<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AlignItems<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AlignSelf<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for JustifyContent<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for JustifyItems<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for JustifySelf<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PlaceContent<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PlaceItems<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PlaceSelf<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Position<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ZIndex<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for AspectRatio<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Resize<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for VerticalAlign<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ListStyleImage<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ListStylePosition<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ListStyleType<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ShapeImageThreshold<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ShapeMargin<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ShapeOutside<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PointerEvents<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TouchAction<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for UserSelect<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Visibility<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Fill<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollBehavior<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMargin<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginBlock<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginBlockEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginBlockStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginBottom<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginInline<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginInlineEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginInlineStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginLeft<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginRight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollMarginTop<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Overflow<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for OverflowAnchor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for OverflowBlock<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for OverflowClipMargin<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for OverflowInline<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for OverflowWrap<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for OverflowX<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for OverflowY<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPadding<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingBlock<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingBlockEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingBlockStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingBottom<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingInline<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingInlineEnd<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingInlineStart<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingLeft<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingRight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollPaddingTop<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollSnapAlign<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollSnapStop<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollSnapType<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollTimelineAxis<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for ScrollTimelineName<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for All<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Perspective<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for PerspectiveOrigin<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Rotate<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Scale<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TransformBox<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TransformOrigin<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TransformStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Translate<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TransitionDelay<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TransitionDuration<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TransitionProperty<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TransitionTimingFunction<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FontFamily<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FontSize<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for FontWeight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for LineBreak<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for LineHeight<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Hyphens<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Quotes<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TabSize<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Widows<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for WritingMode<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextDecoration<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextDecorationColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextDecorationLine<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextDecorationSkipLink<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextDecorationStyle<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextDecorationThickness<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextAlign<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextAlignLast<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextShadowAlpha<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextShadowColor<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for TextTransform<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for WhiteSpace<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for WordBreak<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for WordSpacing<T>
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,

Source§

impl<T> UnitDataTypeContainer<T> for Nothing
where T: Clone + Debug + Display + PartialEq + UnitDataType<Self>,