pub struct EmbeddingRequestOptions {
pub encoding_format: Option<EmbeddingRequestEncodingFormat>,
}Fields§
§encoding_format: Option<EmbeddingRequestEncodingFormat>Trait Implementations§
Source§impl Debug for EmbeddingRequestOptions
impl Debug for EmbeddingRequestOptions
Auto Trait Implementations§
impl Freeze for EmbeddingRequestOptions
impl RefUnwindSafe for EmbeddingRequestOptions
impl Send for EmbeddingRequestOptions
impl Sync for EmbeddingRequestOptions
impl Unpin for EmbeddingRequestOptions
impl UnwindSafe for EmbeddingRequestOptions
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