pub struct Bottom<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl AbsoluteLengthStorage for Bottom<BottomValue>
impl AbsoluteLengthStorage for Bottom<BottomValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl CapHeightStorage for Bottom<BottomValue>
impl CapHeightStorage for Bottom<BottomValue>
Source§impl CentimeterStorage for Bottom<BottomValue>
impl CentimeterStorage for Bottom<BottomValue>
Source§impl CharSizeStorage for Bottom<BottomValue>
impl CharSizeStorage for Bottom<BottomValue>
Source§impl ContainerLengthStorage for Bottom<BottomValue>
impl ContainerLengthStorage for Bottom<BottomValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl ContainerQueryMaxStorage for Bottom<BottomValue>
impl ContainerQueryMaxStorage for Bottom<BottomValue>
Source§impl ContainerQueryMinStorage for Bottom<BottomValue>
impl ContainerQueryMinStorage for Bottom<BottomValue>
Source§impl Default for Bottom<BottomValue>
impl Default for Bottom<BottomValue>
Source§impl EmStorage for Bottom<BottomValue>
impl EmStorage for Bottom<BottomValue>
Source§impl ExStorage for Bottom<BottomValue>
impl ExStorage for Bottom<BottomValue>
Source§impl FontLengthStorage for Bottom<BottomValue>
impl FontLengthStorage for Bottom<BottomValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl<T> From<T> for Bottom<BottomValue>where
T: Into<LengthPercentage>,
impl<T> From<T> for Bottom<BottomValue>where
T: Into<LengthPercentage>,
Source§impl IcStorage for Bottom<BottomValue>
impl IcStorage for Bottom<BottomValue>
Source§impl InchStorage for Bottom<BottomValue>
impl InchStorage for Bottom<BottomValue>
Source§impl LargeViewportMaxStorage for Bottom<BottomValue>
impl LargeViewportMaxStorage for Bottom<BottomValue>
Source§impl LargeViewportMinStorage for Bottom<BottomValue>
impl LargeViewportMinStorage for Bottom<BottomValue>
Source§impl LengthPercentageStorage for Bottom<BottomValue>
impl LengthPercentageStorage for Bottom<BottomValue>
fn length_percentage(value: LengthPercentage) -> Selfwhere
Self: Sized,
Source§impl LengthStorage for Bottom<BottomValue>
impl LengthStorage for Bottom<BottomValue>
Source§impl LineHeightStorage for Bottom<BottomValue>
impl LineHeightStorage for Bottom<BottomValue>
Source§impl MillimeterStorage for Bottom<BottomValue>
impl MillimeterStorage for Bottom<BottomValue>
Source§impl PercentageStorage for Bottom<BottomValue>
impl PercentageStorage for Bottom<BottomValue>
Source§impl PicaStorage for Bottom<BottomValue>
impl PicaStorage for Bottom<BottomValue>
Source§impl PixelStorage for Bottom<BottomValue>
impl PixelStorage for Bottom<BottomValue>
Source§impl PointStorage for Bottom<BottomValue>
impl PointStorage for Bottom<BottomValue>
Source§impl<T> Property for Bottom<T>
impl<T> Property for Bottom<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 Bottom<T>
impl<T> PropertyName for Bottom<T>
fn property_name<'a>(&self) -> &'a str
Source§impl RelativeCapHeightStorage for Bottom<BottomValue>
impl RelativeCapHeightStorage for Bottom<BottomValue>
Source§impl RelativeCharSizeStorage for Bottom<BottomValue>
impl RelativeCharSizeStorage for Bottom<BottomValue>
Source§impl RelativeEmStorage for Bottom<BottomValue>
impl RelativeEmStorage for Bottom<BottomValue>
Source§impl RelativeExStorage for Bottom<BottomValue>
impl RelativeExStorage for Bottom<BottomValue>
Source§impl RelativeIcStorage for Bottom<BottomValue>
impl RelativeIcStorage for Bottom<BottomValue>
Source§impl RelativeLengthStorage for Bottom<BottomValue>
impl RelativeLengthStorage for Bottom<BottomValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl SmallViewportMaxStorage for Bottom<BottomValue>
impl SmallViewportMaxStorage for Bottom<BottomValue>
Source§impl SmallViewportMinStorage for Bottom<BottomValue>
impl SmallViewportMinStorage for Bottom<BottomValue>
Source§impl ViewportBlockStorage for Bottom<BottomValue>
impl ViewportBlockStorage for Bottom<BottomValue>
Source§impl ViewportHeightStorage for Bottom<BottomValue>
impl ViewportHeightStorage for Bottom<BottomValue>
Source§impl ViewportInlineStorage for Bottom<BottomValue>
impl ViewportInlineStorage for Bottom<BottomValue>
Source§impl ViewportLengthStorage for Bottom<BottomValue>
impl ViewportLengthStorage for Bottom<BottomValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
Source§impl ViewportMaxStorage for Bottom<BottomValue>
impl ViewportMaxStorage for Bottom<BottomValue>
Source§impl ViewportMinStorage for Bottom<BottomValue>
impl ViewportMinStorage for Bottom<BottomValue>
Source§impl ViewportWidthStorage for Bottom<BottomValue>
impl ViewportWidthStorage for Bottom<BottomValue>
impl<T> StructuralPartialEq for Bottom<T>
impl UnitDataType<Bottom<BottomValue>> for BottomValue
impl UnitDataType<Bottom<Nothing>> for Nothing
impl<T> UnitDataType<Bottom<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for Bottom<T>
Auto Trait Implementations§
impl<T> Freeze for Bottom<T>where
T: Freeze,
impl<T> RefUnwindSafe for Bottom<T>where
T: RefUnwindSafe,
impl<T> Send for Bottom<T>where
T: Send,
impl<T> Sync for Bottom<T>where
T: Sync,
impl<T> Unpin for Bottom<T>where
T: Unpin,
impl<T> UnwindSafe for Bottom<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