pub struct SpeechStoppedEvent {
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 SpeechStoppedEvent
impl Clone for SpeechStoppedEvent
Source§fn clone(&self) -> SpeechStoppedEvent
fn clone(&self) -> SpeechStoppedEvent
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 SpeechStoppedEvent
impl RefUnwindSafe for SpeechStoppedEvent
impl Send for SpeechStoppedEvent
impl Sync for SpeechStoppedEvent
impl Unpin for SpeechStoppedEvent
impl UnsafeUnpin for SpeechStoppedEvent
impl UnwindSafe for SpeechStoppedEvent
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