pub struct SpeakerMatch {
pub name: String,
pub score: f32,
}
Fields§
§name: String
§score: f32
Trait Implementations§
Source§impl Clone for SpeakerMatch
impl Clone for SpeakerMatch
Source§fn clone(&self) -> SpeakerMatch
fn clone(&self) -> SpeakerMatch
Returns a copy 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 SpeakerMatch
impl RefUnwindSafe for SpeakerMatch
impl Send for SpeakerMatch
impl Sync for SpeakerMatch
impl Unpin for SpeakerMatch
impl UnwindSafe for SpeakerMatch
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