pub struct FinalSpeakerV1 {
pub speaker: LocalSpeakerLabel,
pub person_id: String,
pub language: String,
pub features: FeatureVector24,
pub usable_for_training: bool,
}Fields§
§speaker: LocalSpeakerLabel§person_id: String§language: String§features: FeatureVector24§usable_for_training: boolTrait Implementations§
Source§impl Clone for FinalSpeakerV1
impl Clone for FinalSpeakerV1
Source§fn clone(&self) -> FinalSpeakerV1
fn clone(&self) -> FinalSpeakerV1
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 FinalSpeakerV1
impl Debug for FinalSpeakerV1
Source§impl PartialEq for FinalSpeakerV1
impl PartialEq for FinalSpeakerV1
impl StructuralPartialEq for FinalSpeakerV1
Auto Trait Implementations§
impl Freeze for FinalSpeakerV1
impl RefUnwindSafe for FinalSpeakerV1
impl Send for FinalSpeakerV1
impl Sync for FinalSpeakerV1
impl Unpin for FinalSpeakerV1
impl UnsafeUnpin for FinalSpeakerV1
impl UnwindSafe for FinalSpeakerV1
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