pub struct UserTranscriptEvent {
pub text: String,
pub timestamp: String,
}Expand description
User transcript event - user’s speech transcription
Fields§
§text: String§timestamp: StringTrait Implementations§
Source§impl Clone for UserTranscriptEvent
impl Clone for UserTranscriptEvent
Source§fn clone(&self) -> UserTranscriptEvent
fn clone(&self) -> UserTranscriptEvent
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 moreAuto Trait Implementations§
impl Freeze for UserTranscriptEvent
impl RefUnwindSafe for UserTranscriptEvent
impl Send for UserTranscriptEvent
impl Sync for UserTranscriptEvent
impl Unpin for UserTranscriptEvent
impl UnwindSafe for UserTranscriptEvent
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