pub struct GridRowStartStyleValue(pub GridLine);Expand description
Represents the style value for grid-row-start as defined in css-grid-3.
CSS grid is a two-dimensional layout system, which lays content out in rows and columns.
The grammar is defined as:
<grid-line>Tuple Fields§
§0: GridLineTrait Implementations§
Source§impl Clone for GridRowStartStyleValue
impl Clone for GridRowStartStyleValue
Source§fn clone(&self) -> GridRowStartStyleValue
fn clone(&self) -> GridRowStartStyleValue
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 Debug for GridRowStartStyleValue
impl Debug for GridRowStartStyleValue
Source§impl Hash for GridRowStartStyleValue
impl Hash for GridRowStartStyleValue
Source§impl Ord for GridRowStartStyleValue
impl Ord for GridRowStartStyleValue
Source§fn cmp(&self, other: &GridRowStartStyleValue) -> Ordering
fn cmp(&self, other: &GridRowStartStyleValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for GridRowStartStyleValue
impl<'a> Parse<'a> for GridRowStartStyleValue
Source§impl PartialEq for GridRowStartStyleValue
impl PartialEq for GridRowStartStyleValue
Source§impl PartialOrd for GridRowStartStyleValue
impl PartialOrd for GridRowStartStyleValue
Source§impl<'a> Peek<'a> for GridRowStartStyleValue
impl<'a> Peek<'a> for GridRowStartStyleValue
Source§impl ToCursors for GridRowStartStyleValue
impl ToCursors for GridRowStartStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for GridRowStartStyleValue
impl StructuralPartialEq for GridRowStartStyleValue
Auto Trait Implementations§
impl Freeze for GridRowStartStyleValue
impl RefUnwindSafe for GridRowStartStyleValue
impl Send for GridRowStartStyleValue
impl Sync for GridRowStartStyleValue
impl Unpin for GridRowStartStyleValue
impl UnwindSafe for GridRowStartStyleValue
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