pub struct InterruptionEvent {
pub response: ResponseEvent,
pub vad_active_ms: Option<f64>,
pub partial_transcript: Option<String>,
}Fields§
§response: ResponseEvent§vad_active_ms: Option<f64>§partial_transcript: Option<String>Trait Implementations§
Source§impl Clone for InterruptionEvent
impl Clone for InterruptionEvent
Source§fn clone(&self) -> InterruptionEvent
fn clone(&self) -> InterruptionEvent
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 InterruptionEvent
impl RefUnwindSafe for InterruptionEvent
impl Send for InterruptionEvent
impl Sync for InterruptionEvent
impl Unpin for InterruptionEvent
impl UnsafeUnpin for InterruptionEvent
impl UnwindSafe for InterruptionEvent
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