pub enum LineGridStyleValue {
MatchParent(Ident),
Create(Ident),
}Expand description
Represents the style value for line-grid as defined in css-line-grid-1.
The grammar is defined as:
match-parent | createVariants§
Trait Implementations§
Source§impl Clone for LineGridStyleValue
impl Clone for LineGridStyleValue
Source§fn clone(&self) -> LineGridStyleValue
fn clone(&self) -> LineGridStyleValue
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 LineGridStyleValue
impl Debug for LineGridStyleValue
Source§impl Hash for LineGridStyleValue
impl Hash for LineGridStyleValue
Source§impl Ord for LineGridStyleValue
impl Ord for LineGridStyleValue
Source§fn cmp(&self, other: &LineGridStyleValue) -> Ordering
fn cmp(&self, other: &LineGridStyleValue) -> 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 LineGridStyleValue
impl<'a> Parse<'a> for LineGridStyleValue
Source§impl PartialEq for LineGridStyleValue
impl PartialEq for LineGridStyleValue
Source§impl PartialOrd for LineGridStyleValue
impl PartialOrd for LineGridStyleValue
Source§impl<'a> Peek<'a> for LineGridStyleValue
impl<'a> Peek<'a> for LineGridStyleValue
Source§impl ToCursors for LineGridStyleValue
impl ToCursors for LineGridStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for LineGridStyleValue
impl StructuralPartialEq for LineGridStyleValue
Auto Trait Implementations§
impl Freeze for LineGridStyleValue
impl RefUnwindSafe for LineGridStyleValue
impl Send for LineGridStyleValue
impl Sync for LineGridStyleValue
impl Unpin for LineGridStyleValue
impl UnwindSafe for LineGridStyleValue
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