pub enum UtteranceId {
SpeechDispatcher(u64),
}
Variants§
Trait Implementations§
Source§impl Clone for UtteranceId
impl Clone for UtteranceId
Source§fn clone(&self) -> UtteranceId
fn clone(&self) -> UtteranceId
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 UtteranceId
impl Debug for UtteranceId
Source§impl Display for UtteranceId
impl Display for UtteranceId
Source§impl Hash for UtteranceId
impl Hash for UtteranceId
Source§impl Ord for UtteranceId
impl Ord for UtteranceId
Source§fn cmp(&self, other: &UtteranceId) -> Ordering
fn cmp(&self, other: &UtteranceId) -> 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 PartialEq for UtteranceId
impl PartialEq for UtteranceId
Source§impl PartialOrd for UtteranceId
impl PartialOrd for UtteranceId
impl Copy for UtteranceId
impl Eq for UtteranceId
impl Send for UtteranceId
impl StructuralPartialEq for UtteranceId
impl Sync for UtteranceId
Auto Trait Implementations§
impl Freeze for UtteranceId
impl RefUnwindSafe for UtteranceId
impl Unpin for UtteranceId
impl UnwindSafe for UtteranceId
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