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