pub struct ClipboardWatcher;Expand description
Provides the current clipboard text as context.
Reading the clipboard before dictation helps Whisper understand what the user might be referencing — e.g., if they just copied a function name, they’re likely to say it during dictation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClipboardWatcher
impl RefUnwindSafe for ClipboardWatcher
impl Send for ClipboardWatcher
impl Sync for ClipboardWatcher
impl Unpin for ClipboardWatcher
impl UnsafeUnpin for ClipboardWatcher
impl UnwindSafe for ClipboardWatcher
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