pub struct PaddingRight<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl AbsoluteLengthStorage for PaddingRight<PaddingRightValue>
impl AbsoluteLengthStorage for PaddingRight<PaddingRightValue>
fn absolute_length(value: AbsoluteLength) -> Selfwhere
Self: Sized,
Source§impl<T> Clone for PaddingRight<T>
impl<T> Clone for PaddingRight<T>
Source§fn clone(&self) -> PaddingRight<T>
fn clone(&self) -> PaddingRight<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ContainerLengthStorage for PaddingRight<PaddingRightValue>
impl ContainerLengthStorage for PaddingRight<PaddingRightValue>
fn container_length(value: ContainerLength) -> Selfwhere
Self: Sized,
Source§impl<T> Debug for PaddingRight<T>
impl<T> Debug for PaddingRight<T>
Source§impl Default for PaddingRight<PaddingRightValue>
impl Default for PaddingRight<PaddingRightValue>
Source§impl<T> Display for PaddingRight<T>
impl<T> Display for PaddingRight<T>
Source§impl EmStorage for PaddingRight<PaddingRightValue>
impl EmStorage for PaddingRight<PaddingRightValue>
Source§impl ExStorage for PaddingRight<PaddingRightValue>
impl ExStorage for PaddingRight<PaddingRightValue>
Source§impl FontLengthStorage for PaddingRight<PaddingRightValue>
impl FontLengthStorage for PaddingRight<PaddingRightValue>
fn font_length(value: FontLength) -> Selfwhere
Self: Sized,
Source§impl<T> From<T> for PaddingRight<PaddingRightValue>where
T: Into<LengthPercentage>,
impl<T> From<T> for PaddingRight<PaddingRightValue>where
T: Into<LengthPercentage>,
Source§impl<T> From<T> for PaddingRight<T>
impl<T> From<T> for PaddingRight<T>
Source§impl IcStorage for PaddingRight<PaddingRightValue>
impl IcStorage for PaddingRight<PaddingRightValue>
Source§impl InchStorage for PaddingRight<PaddingRightValue>
impl InchStorage for PaddingRight<PaddingRightValue>
Source§impl LengthPercentageStorage for PaddingRight<PaddingRightValue>
impl LengthPercentageStorage for PaddingRight<PaddingRightValue>
fn length_percentage(value: LengthPercentage) -> Selfwhere
Self: Sized,
Source§impl<T> PartialEq for PaddingRight<T>
impl<T> PartialEq for PaddingRight<T>
Source§impl PicaStorage for PaddingRight<PaddingRightValue>
impl PicaStorage for PaddingRight<PaddingRightValue>
Source§impl PixelStorage for PaddingRight<PaddingRightValue>
impl PixelStorage for PaddingRight<PaddingRightValue>
Source§impl PointStorage for PaddingRight<PaddingRightValue>
impl PointStorage for PaddingRight<PaddingRightValue>
Source§impl<T> Property for PaddingRight<T>
impl<T> Property for PaddingRight<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 PaddingRight<T>
impl<T> PropertyName for PaddingRight<T>
fn property_name<'a>(&self) -> &'a str
Source§impl RelativeLengthStorage for PaddingRight<PaddingRightValue>
impl RelativeLengthStorage for PaddingRight<PaddingRightValue>
fn relative_length(value: RelativeLength) -> Selfwhere
Self: Sized,
Source§impl ViewportLengthStorage for PaddingRight<PaddingRightValue>
impl ViewportLengthStorage for PaddingRight<PaddingRightValue>
fn viewport_length(value: ViewportLength) -> Selfwhere
Self: Sized,
impl<T> StructuralPartialEq for PaddingRight<T>
impl UnitDataType<PaddingRight<Nothing>> for Nothing
impl UnitDataType<PaddingRight<PaddingRightValue>> for PaddingRightValue
impl<T> UnitDataType<PaddingRight<Var<T>>> for Var<T>
impl<T> UnitDataTypeContainer<T> for PaddingRight<T>
Auto Trait Implementations§
impl<T> Freeze for PaddingRight<T>where
T: Freeze,
impl<T> RefUnwindSafe for PaddingRight<T>where
T: RefUnwindSafe,
impl<T> Send for PaddingRight<T>where
T: Send,
impl<T> Sync for PaddingRight<T>where
T: Sync,
impl<T> Unpin for PaddingRight<T>where
T: Unpin,
impl<T> UnwindSafe for PaddingRight<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