pub struct VoskBatchModel { /* private fields */ }Trait Implementations§
Source§impl Clone for VoskBatchModel
impl Clone for VoskBatchModel
Source§fn clone(&self) -> VoskBatchModel
fn clone(&self) -> VoskBatchModel
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 VoskBatchModel
impl Debug for VoskBatchModel
impl Copy for VoskBatchModel
Auto Trait Implementations§
impl Freeze for VoskBatchModel
impl RefUnwindSafe for VoskBatchModel
impl Send for VoskBatchModel
impl Sync for VoskBatchModel
impl Unpin for VoskBatchModel
impl UnwindSafe for VoskBatchModel
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