pub struct DocumentApi<'a> { /* private fields */ }Implementations§
Source§impl<'a> DocumentApi<'a>
impl<'a> DocumentApi<'a>
pub async fn get(&self) -> Result<DocumentResponse, Error>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for DocumentApi<'a>
impl<'a> !UnwindSafe for DocumentApi<'a>
impl<'a> Freeze for DocumentApi<'a>
impl<'a> Send for DocumentApi<'a>
impl<'a> Sync for DocumentApi<'a>
impl<'a> Unpin for DocumentApi<'a>
impl<'a> UnsafeUnpin for DocumentApi<'a>
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