pub struct OrderStyleValue(pub Integer);Expand description
Represents the style value for order as defined in css-display-4.
Flexbox is a one-dimensional layout system, which places content either horizontally or vertically, with optional wrapping.
The grammar is defined as:
<integer>Tuple Fields§
§0: IntegerTrait Implementations§
Source§impl Clone for OrderStyleValue
impl Clone for OrderStyleValue
Source§fn clone(&self) -> OrderStyleValue
fn clone(&self) -> OrderStyleValue
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 OrderStyleValue
impl Debug for OrderStyleValue
Source§impl Hash for OrderStyleValue
impl Hash for OrderStyleValue
Source§impl Ord for OrderStyleValue
impl Ord for OrderStyleValue
Source§fn cmp(&self, other: &OrderStyleValue) -> Ordering
fn cmp(&self, other: &OrderStyleValue) -> 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 OrderStyleValue
impl<'a> Parse<'a> for OrderStyleValue
Source§impl PartialEq for OrderStyleValue
impl PartialEq for OrderStyleValue
Source§impl PartialOrd for OrderStyleValue
impl PartialOrd for OrderStyleValue
Source§impl<'a> Peek<'a> for OrderStyleValue
impl<'a> Peek<'a> for OrderStyleValue
Source§impl ToCursors for OrderStyleValue
impl ToCursors for OrderStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for OrderStyleValue
impl StructuralPartialEq for OrderStyleValue
Auto Trait Implementations§
impl Freeze for OrderStyleValue
impl RefUnwindSafe for OrderStyleValue
impl Send for OrderStyleValue
impl Sync for OrderStyleValue
impl Unpin for OrderStyleValue
impl UnwindSafe for OrderStyleValue
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