pub struct CueBeforeStyleValue(pub NoneOr<(Uri, Option<Decibel>)>);Expand description
Represents the style value for cue-before 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 CueBeforeStyleValue
impl Clone for CueBeforeStyleValue
Source§fn clone(&self) -> CueBeforeStyleValue
fn clone(&self) -> CueBeforeStyleValue
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 CueBeforeStyleValue
impl Debug for CueBeforeStyleValue
Source§impl Hash for CueBeforeStyleValue
impl Hash for CueBeforeStyleValue
Source§impl Ord for CueBeforeStyleValue
impl Ord for CueBeforeStyleValue
Source§fn cmp(&self, other: &CueBeforeStyleValue) -> Ordering
fn cmp(&self, other: &CueBeforeStyleValue) -> 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 CueBeforeStyleValue
impl<'a> Parse<'a> for CueBeforeStyleValue
Source§impl PartialEq for CueBeforeStyleValue
impl PartialEq for CueBeforeStyleValue
Source§impl PartialOrd for CueBeforeStyleValue
impl PartialOrd for CueBeforeStyleValue
Source§impl<'a> Peek<'a> for CueBeforeStyleValue
impl<'a> Peek<'a> for CueBeforeStyleValue
Source§impl ToCursors for CueBeforeStyleValue
impl ToCursors for CueBeforeStyleValue
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for CueBeforeStyleValue
impl StructuralPartialEq for CueBeforeStyleValue
Auto Trait Implementations§
impl Freeze for CueBeforeStyleValue
impl RefUnwindSafe for CueBeforeStyleValue
impl Send for CueBeforeStyleValue
impl Sync for CueBeforeStyleValue
impl Unpin for CueBeforeStyleValue
impl UnwindSafe for CueBeforeStyleValue
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