pub struct ActivitySignalMessage {
pub realtime_input: ActivitySignalPayload,
}Expand description
Activity signal for client-side VAD events.
Fields§
§realtime_input: ActivitySignalPayloadThe activity signal payload.
Trait Implementations§
Source§impl Clone for ActivitySignalMessage
impl Clone for ActivitySignalMessage
Source§fn clone(&self) -> ActivitySignalMessage
fn clone(&self) -> ActivitySignalMessage
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 ActivitySignalMessage
impl Debug for ActivitySignalMessage
Auto Trait Implementations§
impl Freeze for ActivitySignalMessage
impl RefUnwindSafe for ActivitySignalMessage
impl Send for ActivitySignalMessage
impl Sync for ActivitySignalMessage
impl Unpin for ActivitySignalMessage
impl UnwindSafe for ActivitySignalMessage
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