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