pub struct PathApi { /* private fields */ }Expand description
Path endpoint namespace.
Implementations§
Source§impl PathApi
impl PathApi
pub async fn get(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathApi
impl !RefUnwindSafe for PathApi
impl Send for PathApi
impl Sync for PathApi
impl Unpin for PathApi
impl UnsafeUnpin for PathApi
impl !UnwindSafe for PathApi
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