pub struct MetricsService { /* private fields */ }Expand description
Operations on the Metrics resource.
Implementations§
Source§impl MetricsService
impl MetricsService
pub async fn generate_token( &self, req: &GenerateMetricTokenRequest, ) -> Result<MetricsTokenResponse, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for MetricsService
impl !UnwindSafe for MetricsService
impl Freeze for MetricsService
impl Send for MetricsService
impl Sync for MetricsService
impl Unpin for MetricsService
impl UnsafeUnpin for MetricsService
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