pub struct AutoEmbedder { /* private fields */ }Implementations§
Source§impl AutoEmbedder
impl AutoEmbedder
pub fn new(config: &EmbedConfig) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoEmbedder
impl !RefUnwindSafe for AutoEmbedder
impl Send for AutoEmbedder
impl Sync for AutoEmbedder
impl Unpin for AutoEmbedder
impl UnsafeUnpin for AutoEmbedder
impl !UnwindSafe for AutoEmbedder
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