pub struct SonicStream { /* private fields */ }Expand description
Root and Heart of this library.
You can connect to the sonic search backend and run all supported protocol methods.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SonicStream
impl !RefUnwindSafe for SonicStream
impl Send for SonicStream
impl !Sync for SonicStream
impl Unpin for SonicStream
impl UnwindSafe for SonicStream
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