pub struct FindApi { /* private fields */ }Expand description
Find endpoint namespace.
Implementations§
Source§impl FindApi
impl FindApi
Sourcepub async fn text(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn text(&self, options: RequestOptions) -> Result<ApiResponse>
Searches text content.
Sourcepub async fn files(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn files(&self, options: RequestOptions) -> Result<ApiResponse>
Searches files by query/pattern.
Sourcepub async fn symbols(&self, options: RequestOptions) -> Result<ApiResponse>
pub async fn symbols(&self, options: RequestOptions) -> Result<ApiResponse>
Searches symbols.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FindApi
impl !RefUnwindSafe for FindApi
impl Send for FindApi
impl Sync for FindApi
impl Unpin for FindApi
impl UnsafeUnpin for FindApi
impl !UnwindSafe for FindApi
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