pub struct Exa { /* private fields */ }Implementations§
Trait Implementations§
Source§impl SearchBackend for Exa
impl SearchBackend for Exa
Auto Trait Implementations§
impl !RefUnwindSafe for Exa
impl !UnwindSafe for Exa
impl Freeze for Exa
impl Send for Exa
impl Sync for Exa
impl Unpin for Exa
impl UnsafeUnpin for Exa
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