pub struct TextEmbedder { /* private fields */ }Expand description
Accumulates strings to be embedded. Passed into Embed::embed.
Implementations§
Trait Implementations§
Source§impl Default for TextEmbedder
impl Default for TextEmbedder
Source§fn default() -> TextEmbedder
fn default() -> TextEmbedder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextEmbedder
impl RefUnwindSafe for TextEmbedder
impl Send for TextEmbedder
impl Sync for TextEmbedder
impl Unpin for TextEmbedder
impl UnsafeUnpin for TextEmbedder
impl UnwindSafe for TextEmbedder
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