pub struct SpeechStartedEvent {
pub session_id: String,
pub channel_name: String,
pub data: EventData,
pub timestamp_ms: Option<f64>,
}Fields§
§session_id: String§channel_name: String§data: EventData§timestamp_ms: Option<f64>Trait Implementations§
Source§impl Clone for SpeechStartedEvent
impl Clone for SpeechStartedEvent
Source§fn clone(&self) -> SpeechStartedEvent
fn clone(&self) -> SpeechStartedEvent
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 moreAuto Trait Implementations§
impl Freeze for SpeechStartedEvent
impl RefUnwindSafe for SpeechStartedEvent
impl Send for SpeechStartedEvent
impl Sync for SpeechStartedEvent
impl Unpin for SpeechStartedEvent
impl UnsafeUnpin for SpeechStartedEvent
impl UnwindSafe for SpeechStartedEvent
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