pub struct DocumentsApi { /* private fields */ }Expand description
Documents API client.
Implementations§
Source§impl DocumentsApi
impl DocumentsApi
Sourcepub async fn search(&self, request: SearchRequest) -> Result<SearchResponse>
pub async fn search(&self, request: SearchRequest) -> Result<SearchResponse>
Search documents across the account.
Trait Implementations§
Source§impl Clone for DocumentsApi
impl Clone for DocumentsApi
Source§fn clone(&self) -> DocumentsApi
fn clone(&self) -> DocumentsApi
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DocumentsApi
impl !RefUnwindSafe for DocumentsApi
impl Send for DocumentsApi
impl Sync for DocumentsApi
impl Unpin for DocumentsApi
impl UnsafeUnpin for DocumentsApi
impl !UnwindSafe for DocumentsApi
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