pub struct SearchCall { /* private fields */ }Expand description
Fluent memory search builder.
Implementations§
Auto Trait Implementations§
impl Freeze for SearchCall
impl !RefUnwindSafe for SearchCall
impl Send for SearchCall
impl Sync for SearchCall
impl Unpin for SearchCall
impl UnsafeUnpin for SearchCall
impl !UnwindSafe for SearchCall
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