pub struct NormalizedEmbeddings { /* private fields */ }Expand description
Normalized embeddings container
Trait Implementations§
Source§impl Clone for NormalizedEmbeddings
impl Clone for NormalizedEmbeddings
Source§fn clone(&self) -> NormalizedEmbeddings
fn clone(&self) -> NormalizedEmbeddings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NormalizedEmbeddings
impl RefUnwindSafe for NormalizedEmbeddings
impl Send for NormalizedEmbeddings
impl Sync for NormalizedEmbeddings
impl Unpin for NormalizedEmbeddings
impl UnwindSafe for NormalizedEmbeddings
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