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