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