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