pub struct FoldConfig {
pub known_folds: u8,
}Expand description
Number of deterministic known-speaker folds per pseudo-unknown speaker.
Fields§
§known_folds: u8Trait Implementations§
Source§impl Clone for FoldConfig
impl Clone for FoldConfig
Source§fn clone(&self) -> FoldConfig
fn clone(&self) -> FoldConfig
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 moreimpl Copy for FoldConfig
Source§impl Debug for FoldConfig
impl Debug for FoldConfig
impl Eq for FoldConfig
Source§impl PartialEq for FoldConfig
impl PartialEq for FoldConfig
impl StructuralPartialEq for FoldConfig
Auto Trait Implementations§
impl Freeze for FoldConfig
impl RefUnwindSafe for FoldConfig
impl Send for FoldConfig
impl Sync for FoldConfig
impl Unpin for FoldConfig
impl UnsafeUnpin for FoldConfig
impl UnwindSafe for FoldConfig
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