pub struct RunningStyleValue(pub CustomIdent);Expand description
Represents the style value for running as defined in css-gcpm-4.
The grammar is defined as:
<custom-ident>Tuple Fields§
§0: CustomIdentTrait Implementations§
Source§impl Clone for RunningStyleValue
impl Clone for RunningStyleValue
Source§fn clone(&self) -> RunningStyleValue
fn clone(&self) -> RunningStyleValue
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 RunningStyleValue
impl Debug for RunningStyleValue
Source§impl Hash for RunningStyleValue
impl Hash for RunningStyleValue
Source§impl Ord for RunningStyleValue
impl Ord for RunningStyleValue
Source§fn cmp(&self, other: &RunningStyleValue) -> Ordering
fn cmp(&self, other: &RunningStyleValue) -> 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 RunningStyleValue
impl<'a> Parse<'a> for RunningStyleValue
Source§impl PartialEq for RunningStyleValue
impl PartialEq for RunningStyleValue
Source§impl PartialOrd for RunningStyleValue
impl PartialOrd for RunningStyleValue
Source§impl<'a> Peek<'a> for RunningStyleValue
impl<'a> Peek<'a> for RunningStyleValue
Source§impl ToCursors for RunningStyleValue
impl ToCursors for RunningStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for RunningStyleValue
impl StructuralPartialEq for RunningStyleValue
Auto Trait Implementations§
impl Freeze for RunningStyleValue
impl RefUnwindSafe for RunningStyleValue
impl Send for RunningStyleValue
impl Sync for RunningStyleValue
impl Unpin for RunningStyleValue
impl UnwindSafe for RunningStyleValue
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