pub struct SpeakerModel(/* private fields */);Expand description
The same as Model but contains the data for speaker identification.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpeakerModel
impl RefUnwindSafe for SpeakerModel
impl Unpin for SpeakerModel
impl UnwindSafe for SpeakerModel
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