pub struct CandidateScore {
pub speaker_id: Key,
pub llr: f64,
}Fields§
§speaker_id: Key§llr: f64Trait Implementations§
Source§impl Clone for CandidateScore
impl Clone for CandidateScore
Source§fn clone(&self) -> CandidateScore
fn clone(&self) -> CandidateScore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CandidateScore
impl Debug for CandidateScore
Source§impl PartialEq for CandidateScore
impl PartialEq for CandidateScore
impl StructuralPartialEq for CandidateScore
Auto Trait Implementations§
impl Freeze for CandidateScore
impl RefUnwindSafe for CandidateScore
impl Send for CandidateScore
impl Sync for CandidateScore
impl Unpin for CandidateScore
impl UnsafeUnpin for CandidateScore
impl UnwindSafe for CandidateScore
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