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