pub struct RepeatabilityGroup {
pub speaker_id: Key,
pub clip_object: ObjectId,
pub sample_indices: Vec<usize>,
}Expand description
Distinct provider attempts for one confirmed speaker and canonical clip.
Fields§
§speaker_id: Key§clip_object: ObjectId§sample_indices: Vec<usize>Trait Implementations§
Source§impl Clone for RepeatabilityGroup
impl Clone for RepeatabilityGroup
Source§fn clone(&self) -> RepeatabilityGroup
fn clone(&self) -> RepeatabilityGroup
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 RepeatabilityGroup
impl Debug for RepeatabilityGroup
impl Eq for RepeatabilityGroup
Source§impl PartialEq for RepeatabilityGroup
impl PartialEq for RepeatabilityGroup
impl StructuralPartialEq for RepeatabilityGroup
Auto Trait Implementations§
impl Freeze for RepeatabilityGroup
impl RefUnwindSafe for RepeatabilityGroup
impl Send for RepeatabilityGroup
impl Sync for RepeatabilityGroup
impl Unpin for RepeatabilityGroup
impl UnsafeUnpin for RepeatabilityGroup
impl UnwindSafe for RepeatabilityGroup
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