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