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