pub struct ContentEmbedding {
pub values: Vec<f64>,
}Fields§
§values: Vec<f64>Trait Implementations§
Source§impl Debug for ContentEmbedding
impl Debug for ContentEmbedding
Source§impl<'de> Deserialize<'de> for ContentEmbedding
impl<'de> Deserialize<'de> for ContentEmbedding
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ContentEmbedding
impl RefUnwindSafe for ContentEmbedding
impl Send for ContentEmbedding
impl Sync for ContentEmbedding
impl Unpin for ContentEmbedding
impl UnwindSafe for ContentEmbedding
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