pub enum RealtimeTranscriptLaneKind {
Display,
Spoken,
}Expand description
#51: output lane for a staged realtime transcript item (display text vs
spoken transcript). Mirror of meerkat_core::realtime_transcript::TranscriptLane.
Variants§
Trait Implementations§
Source§impl Clone for RealtimeTranscriptLaneKind
impl Clone for RealtimeTranscriptLaneKind
Source§fn clone(&self) -> RealtimeTranscriptLaneKind
fn clone(&self) -> RealtimeTranscriptLaneKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RealtimeTranscriptLaneKind
Source§impl Debug for RealtimeTranscriptLaneKind
impl Debug for RealtimeTranscriptLaneKind
Source§impl Default for RealtimeTranscriptLaneKind
impl Default for RealtimeTranscriptLaneKind
Source§fn default() -> RealtimeTranscriptLaneKind
fn default() -> RealtimeTranscriptLaneKind
Returns the “default value” for a type. Read more
impl Eq for RealtimeTranscriptLaneKind
Source§impl Hash for RealtimeTranscriptLaneKind
impl Hash for RealtimeTranscriptLaneKind
Source§impl Ord for RealtimeTranscriptLaneKind
impl Ord for RealtimeTranscriptLaneKind
Source§fn cmp(&self, other: &RealtimeTranscriptLaneKind) -> Ordering
fn cmp(&self, other: &RealtimeTranscriptLaneKind) -> Ordering
1.21.0 (const: unstable) · 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 RealtimeTranscriptLaneKind
impl PartialEq for RealtimeTranscriptLaneKind
Source§fn eq(&self, other: &RealtimeTranscriptLaneKind) -> bool
fn eq(&self, other: &RealtimeTranscriptLaneKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for RealtimeTranscriptLaneKind
impl PartialOrd for RealtimeTranscriptLaneKind
impl StructuralPartialEq for RealtimeTranscriptLaneKind
Auto Trait Implementations§
impl Freeze for RealtimeTranscriptLaneKind
impl RefUnwindSafe for RealtimeTranscriptLaneKind
impl Send for RealtimeTranscriptLaneKind
impl Sync for RealtimeTranscriptLaneKind
impl Unpin for RealtimeTranscriptLaneKind
impl UnsafeUnpin for RealtimeTranscriptLaneKind
impl UnwindSafe for RealtimeTranscriptLaneKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.