pub struct SsResponseEmbedding {
pub model: String,
pub vector: Vec<f64>,
}Fields§
§model: String§vector: Vec<f64>Trait Implementations§
Source§impl Clone for SsResponseEmbedding
impl Clone for SsResponseEmbedding
Source§fn clone(&self) -> SsResponseEmbedding
fn clone(&self) -> SsResponseEmbedding
Returns a copy 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 moreSource§impl Debug for SsResponseEmbedding
impl Debug for SsResponseEmbedding
Source§impl<'de> Deserialize<'de> for SsResponseEmbedding
impl<'de> Deserialize<'de> for SsResponseEmbedding
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 SsResponseEmbedding
impl RefUnwindSafe for SsResponseEmbedding
impl Send for SsResponseEmbedding
impl Sync for SsResponseEmbedding
impl Unpin for SsResponseEmbedding
impl UnwindSafe for SsResponseEmbedding
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