pub struct WatchClient { /* private fields */ }Expand description
Client for live monitoring operations.
Implementations§
Source§impl WatchClient
impl WatchClient
Sourcepub fn builder(&self) -> WatchBuilder
pub fn builder(&self) -> WatchBuilder
Create a watch builder for configuring monitoring.
Sourcepub fn all_providers(&self) -> WatchBuilder
pub fn all_providers(&self) -> WatchBuilder
Watch all providers (convenience method).
Sourcepub fn provider(&self, name: &str) -> WatchBuilder
pub fn provider(&self, name: &str) -> WatchBuilder
Watch a specific provider (convenience method).
Sourcepub fn session(&self, _id: &str) -> WatchBuilder
pub fn session(&self, _id: &str) -> WatchBuilder
Watch a specific session (convenience method).
Auto Trait Implementations§
impl Freeze for WatchClient
impl RefUnwindSafe for WatchClient
impl Send for WatchClient
impl Sync for WatchClient
impl Unpin for WatchClient
impl UnwindSafe for WatchClient
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