pub struct SemanticVector { /* private fields */ }Expand description
One graph node represented in a named embedding space.
Implementations§
Trait Implementations§
Source§impl Clone for SemanticVector
impl Clone for SemanticVector
Source§fn clone(&self) -> SemanticVector
fn clone(&self) -> SemanticVector
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 SemanticVector
impl Debug for SemanticVector
Source§impl PartialEq for SemanticVector
impl PartialEq for SemanticVector
impl StructuralPartialEq for SemanticVector
Auto Trait Implementations§
impl Freeze for SemanticVector
impl RefUnwindSafe for SemanticVector
impl Send for SemanticVector
impl Sync for SemanticVector
impl Unpin for SemanticVector
impl UnsafeUnpin for SemanticVector
impl UnwindSafe for SemanticVector
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