pub struct Left<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl AbsoluteLengthStorage for Left<LeftValue>
impl AbsoluteLengthStorage for Left<LeftValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl CapHeightStorage for Left<LeftValue>
impl CapHeightStorage for Left<LeftValue>
Source§impl CentimeterStorage for Left<LeftValue>
impl CentimeterStorage for Left<LeftValue>
Source§impl CharSizeStorage for Left<LeftValue>
impl CharSizeStorage for Left<LeftValue>
Source§impl ContainerLengthStorage for Left<LeftValue>
impl ContainerLengthStorage for Left<LeftValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl ContainerQueryBlockStorage for Left<LeftValue>
impl ContainerQueryBlockStorage for Left<LeftValue>
Source§impl ContainerQueryHeightStorage for Left<LeftValue>
impl ContainerQueryHeightStorage for Left<LeftValue>
Source§impl ContainerQueryInlineStorage for Left<LeftValue>
impl ContainerQueryInlineStorage for Left<LeftValue>
Source§impl ContainerQueryMaxStorage for Left<LeftValue>
impl ContainerQueryMaxStorage for Left<LeftValue>
Source§impl ContainerQueryMinStorage for Left<LeftValue>
impl ContainerQueryMinStorage for Left<LeftValue>
Source§impl ContainerQueryWidthStorage for Left<LeftValue>
impl ContainerQueryWidthStorage for Left<LeftValue>
Source§impl DynamicViewportBlockStorage for Left<LeftValue>
impl DynamicViewportBlockStorage for Left<LeftValue>
Source§impl DynamicViewportHeightStorage for Left<LeftValue>
impl DynamicViewportHeightStorage for Left<LeftValue>
Source§impl DynamicViewportInlineStorage for Left<LeftValue>
impl DynamicViewportInlineStorage for Left<LeftValue>
Source§impl DynamicViewportMaxStorage for Left<LeftValue>
impl DynamicViewportMaxStorage for Left<LeftValue>
Source§impl DynamicViewportMinStorage for Left<LeftValue>
impl DynamicViewportMinStorage for Left<LeftValue>
Source§impl DynamicViewportWidthStorage for Left<LeftValue>
impl DynamicViewportWidthStorage for Left<LeftValue>
Source§impl FontLengthStorage for Left<LeftValue>
impl FontLengthStorage for Left<LeftValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl InchStorage for Left<LeftValue>
impl InchStorage for Left<LeftValue>
Source§impl LargeViewportBlockStorage for Left<LeftValue>
impl LargeViewportBlockStorage for Left<LeftValue>
Source§impl LargeViewportHeightStorage for Left<LeftValue>
impl LargeViewportHeightStorage for Left<LeftValue>
Source§impl LargeViewportInlineStorage for Left<LeftValue>
impl LargeViewportInlineStorage for Left<LeftValue>
Source§impl LargeViewportMaxStorage for Left<LeftValue>
impl LargeViewportMaxStorage for Left<LeftValue>
Source§impl LargeViewportMinStorage for Left<LeftValue>
impl LargeViewportMinStorage for Left<LeftValue>
Source§impl LargeViewportWidthStorage for Left<LeftValue>
impl LargeViewportWidthStorage for Left<LeftValue>
Source§impl LengthPercentageStorage for Left<LeftValue>
impl LengthPercentageStorage for Left<LeftValue>
fn length_percentage(value: LengthPercentage) -> Selfwhere
Self: Sized,
Source§impl LengthStorage for Left<LeftValue>
impl LengthStorage for Left<LeftValue>
Source§impl LineHeightStorage for Left<LeftValue>
impl LineHeightStorage for Left<LeftValue>
Source§impl MillimeterStorage for Left<LeftValue>
impl MillimeterStorage for Left<LeftValue>
Source§impl PercentageStorage for Left<LeftValue>
impl PercentageStorage for Left<LeftValue>
Source§impl PicaStorage for Left<LeftValue>
impl PicaStorage for Left<LeftValue>
Source§impl PixelStorage for Left<LeftValue>
impl PixelStorage for Left<LeftValue>
Source§impl PointStorage for Left<LeftValue>
impl PointStorage for Left<LeftValue>
Source§impl<T> Property for Left<T>
impl<T> Property for Left<T>
Source§fn declaration(&self) -> String
fn declaration(&self) -> String
Returns the stringified property name with its value
as a CSS declaration to be used within a declaration block. Read more
Source§impl<T> PropertyName for Left<T>
impl<T> PropertyName for Left<T>
fn property_name<'a>(&self) -> &'a str
Source§impl QuarterOfMillimeterStorage for Left<LeftValue>
impl QuarterOfMillimeterStorage for Left<LeftValue>
Source§impl RelativeCapHeightStorage for Left<LeftValue>
impl RelativeCapHeightStorage for Left<LeftValue>
Source§impl RelativeCharSizeStorage for Left<LeftValue>
impl RelativeCharSizeStorage for Left<LeftValue>
Source§impl RelativeEmStorage for Left<LeftValue>
impl RelativeEmStorage for Left<LeftValue>
Source§impl RelativeExStorage for Left<LeftValue>
impl RelativeExStorage for Left<LeftValue>
Source§impl RelativeIcStorage for Left<LeftValue>
impl RelativeIcStorage for Left<LeftValue>
Source§impl RelativeLengthStorage for Left<LeftValue>
impl RelativeLengthStorage for Left<LeftValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl RelativeLineHeightStorage for Left<LeftValue>
impl RelativeLineHeightStorage for Left<LeftValue>
Source§impl SmallViewportBlockStorage for Left<LeftValue>
impl SmallViewportBlockStorage for Left<LeftValue>
Source§impl SmallViewportHeightStorage for Left<LeftValue>
impl SmallViewportHeightStorage for Left<LeftValue>
Source§impl SmallViewportInlineStorage for Left<LeftValue>
impl SmallViewportInlineStorage for Left<LeftValue>
Source§impl SmallViewportMaxStorage for Left<LeftValue>
impl SmallViewportMaxStorage for Left<LeftValue>
Source§impl SmallViewportMinStorage for Left<LeftValue>
impl SmallViewportMinStorage for Left<LeftValue>
Source§impl SmallViewportWidthStorage for Left<LeftValue>
impl SmallViewportWidthStorage for Left<LeftValue>
Source§impl ViewportBlockStorage for Left<LeftValue>
impl ViewportBlockStorage for Left<LeftValue>
Source§impl ViewportHeightStorage for Left<LeftValue>
impl ViewportHeightStorage for Left<LeftValue>
Source§impl ViewportInlineStorage for Left<LeftValue>
impl ViewportInlineStorage for Left<LeftValue>
Source§impl ViewportLengthStorage for Left<LeftValue>
impl ViewportLengthStorage for Left<LeftValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
Source§impl ViewportMaxStorage for Left<LeftValue>
impl ViewportMaxStorage for Left<LeftValue>
Source§impl ViewportMinStorage for Left<LeftValue>
impl ViewportMinStorage for Left<LeftValue>
Source§impl ViewportWidthStorage for Left<LeftValue>
impl ViewportWidthStorage for Left<LeftValue>
impl<T> StructuralPartialEq for Left<T>
impl UnitDataType<Left<LeftValue>> for LeftValue
impl UnitDataType<Left<Nothing>> for Nothing
impl<T> UnitDataType<Left<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for Left<T>
Auto Trait Implementations§
impl<T> Freeze for Left<T>where
T: Freeze,
impl<T> RefUnwindSafe for Left<T>where
T: RefUnwindSafe,
impl<T> Send for Left<T>where
T: Send,
impl<T> Sync for Left<T>where
T: Sync,
impl<T> Unpin for Left<T>where
T: Unpin,
impl<T> UnwindSafe for Left<T>where
T: UnwindSafe,
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