pub struct EmbeddingEncoderConfig {
pub v_th: f32,
}Fields§
§v_th: f32Trait Implementations§
Source§impl Clone for EmbeddingEncoderConfig
impl Clone for EmbeddingEncoderConfig
Source§fn clone(&self) -> EmbeddingEncoderConfig
fn clone(&self) -> EmbeddingEncoderConfig
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 EmbeddingEncoderConfig
impl Debug for EmbeddingEncoderConfig
Source§impl PartialEq for EmbeddingEncoderConfig
impl PartialEq for EmbeddingEncoderConfig
impl StructuralPartialEq for EmbeddingEncoderConfig
Auto Trait Implementations§
impl Freeze for EmbeddingEncoderConfig
impl RefUnwindSafe for EmbeddingEncoderConfig
impl Send for EmbeddingEncoderConfig
impl Sync for EmbeddingEncoderConfig
impl Unpin for EmbeddingEncoderConfig
impl UnsafeUnpin for EmbeddingEncoderConfig
impl UnwindSafe for EmbeddingEncoderConfig
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