pub struct DiscoverService { /* private fields */ }Expand description
Operations on the Discover resource.
Implementations§
Source§impl DiscoverService
impl DiscoverService
pub async fn meta( &self, access_key_id: &str, ) -> Result<DiscoverMetaResponse, Error>
pub async fn metrics_targets(&self) -> Result<Vec<MetricsTarget>, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for DiscoverService
impl !UnwindSafe for DiscoverService
impl Freeze for DiscoverService
impl Send for DiscoverService
impl Sync for DiscoverService
impl Unpin for DiscoverService
impl UnsafeUnpin for DiscoverService
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