pub struct EmbeddingsInput { /* private fields */ }
Trait Implementations§
Source§impl Clone for EmbeddingsInput
impl Clone for EmbeddingsInput
Source§fn clone(&self) -> EmbeddingsInput
fn clone(&self) -> EmbeddingsInput
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 moreSource§impl Debug for EmbeddingsInput
impl Debug for EmbeddingsInput
Source§impl<'de> Deserialize<'de> for EmbeddingsInput
impl<'de> Deserialize<'de> for EmbeddingsInput
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
Source§impl PartialEq for EmbeddingsInput
impl PartialEq for EmbeddingsInput
Source§impl Serialize for EmbeddingsInput
impl Serialize for EmbeddingsInput
impl StructuralPartialEq for EmbeddingsInput
Auto Trait Implementations§
impl Freeze for EmbeddingsInput
impl RefUnwindSafe for EmbeddingsInput
impl Send for EmbeddingsInput
impl Sync for EmbeddingsInput
impl Unpin for EmbeddingsInput
impl UnwindSafe for EmbeddingsInput
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