pub struct RestStyleValue(pub RestBeforeStyleValue, pub Option<RestAfterStyleValue>);Expand description
Represents the style value for rest as defined in css-speech-1.
The grammar is defined as:
<'rest-before'> <'rest-after'>?Tuple Fields§
§0: RestBeforeStyleValue§1: Option<RestAfterStyleValue>Trait Implementations§
Source§impl Clone for RestStyleValue
impl Clone for RestStyleValue
Source§fn clone(&self) -> RestStyleValue
fn clone(&self) -> RestStyleValue
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 RestStyleValue
impl Debug for RestStyleValue
Source§impl Hash for RestStyleValue
impl Hash for RestStyleValue
Source§impl Ord for RestStyleValue
impl Ord for RestStyleValue
Source§fn cmp(&self, other: &RestStyleValue) -> Ordering
fn cmp(&self, other: &RestStyleValue) -> 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 RestStyleValue
impl<'a> Parse<'a> for RestStyleValue
Source§impl PartialEq for RestStyleValue
impl PartialEq for RestStyleValue
Source§impl PartialOrd for RestStyleValue
impl PartialOrd for RestStyleValue
Source§impl<'a> Peek<'a> for RestStyleValue
impl<'a> Peek<'a> for RestStyleValue
Source§impl ToCursors for RestStyleValue
impl ToCursors for RestStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for RestStyleValue
impl StructuralPartialEq for RestStyleValue
Auto Trait Implementations§
impl Freeze for RestStyleValue
impl RefUnwindSafe for RestStyleValue
impl Send for RestStyleValue
impl Sync for RestStyleValue
impl Unpin for RestStyleValue
impl UnwindSafe for RestStyleValue
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