pub struct ZIndex<T>(pub T)
where
T: Clone + Debug + Display + PartialEq + UnitDataType<Self>;Expand description
Tuple Fields§
§0: TImplementations§
Trait Implementations§
Source§impl Default for ZIndex<ZIndexValue>
impl Default for ZIndex<ZIndexValue>
Source§impl<T> From<T> for ZIndex<ZIndexValue>
impl<T> From<T> for ZIndex<ZIndexValue>
Source§impl IntegerStorage for ZIndex<ZIndexValue>
impl IntegerStorage for ZIndex<ZIndexValue>
Source§impl<T> Property for ZIndex<T>
impl<T> Property for ZIndex<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 ZIndex<T>
impl<T> PropertyName for ZIndex<T>
fn property_name<'a>(&self) -> &'a str
impl<T> StructuralPartialEq for ZIndex<T>
impl UnitDataType<ZIndex<Nothing>> for Nothing
impl<T> UnitDataType<ZIndex<Var<T>>> for Var<T>
impl UnitDataType<ZIndex<ZIndexValue>> for ZIndexValue
impl<T> UnitDataTypeContainer<T> for ZIndex<T>
Auto Trait Implementations§
impl<T> Freeze for ZIndex<T>where
T: Freeze,
impl<T> RefUnwindSafe for ZIndex<T>where
T: RefUnwindSafe,
impl<T> Send for ZIndex<T>where
T: Send,
impl<T> Sync for ZIndex<T>where
T: Sync,
impl<T> Unpin for ZIndex<T>where
T: Unpin,
impl<T> UnwindSafe for ZIndex<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