pub struct ColumnHeightStyleValue(pub AutoOr<Length>);Expand description
Represents the style value for column-height as defined in css-multicol-2.
The grammar is defined as:
auto | <length [0,∞]>Tuple Fields§
§0: AutoOr<Length>Trait Implementations§
Source§impl Clone for ColumnHeightStyleValue
impl Clone for ColumnHeightStyleValue
Source§fn clone(&self) -> ColumnHeightStyleValue
fn clone(&self) -> ColumnHeightStyleValue
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 ColumnHeightStyleValue
impl Debug for ColumnHeightStyleValue
Source§impl Hash for ColumnHeightStyleValue
impl Hash for ColumnHeightStyleValue
Source§impl Ord for ColumnHeightStyleValue
impl Ord for ColumnHeightStyleValue
Source§fn cmp(&self, other: &ColumnHeightStyleValue) -> Ordering
fn cmp(&self, other: &ColumnHeightStyleValue) -> 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 ColumnHeightStyleValue
impl<'a> Parse<'a> for ColumnHeightStyleValue
Source§impl PartialEq for ColumnHeightStyleValue
impl PartialEq for ColumnHeightStyleValue
Source§impl PartialOrd for ColumnHeightStyleValue
impl PartialOrd for ColumnHeightStyleValue
Source§impl<'a> Peek<'a> for ColumnHeightStyleValue
impl<'a> Peek<'a> for ColumnHeightStyleValue
Source§impl ToCursors for ColumnHeightStyleValue
impl ToCursors for ColumnHeightStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for ColumnHeightStyleValue
impl StructuralPartialEq for ColumnHeightStyleValue
Auto Trait Implementations§
impl Freeze for ColumnHeightStyleValue
impl RefUnwindSafe for ColumnHeightStyleValue
impl Send for ColumnHeightStyleValue
impl Sync for ColumnHeightStyleValue
impl Unpin for ColumnHeightStyleValue
impl UnwindSafe for ColumnHeightStyleValue
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