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