mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-28 21:02:29 +01:00
7 lines
28 KiB
HTML
7 lines
28 KiB
HTML
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `Part` trait in crate `google_monitoring3`."><meta name="keywords" content="rust, rustlang, rust-lang, Part"><title>google_monitoring3::client::Part - Rust</title><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled ><script id="default-settings"></script><script src="../../storage.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../../down-arrow.svg");}</style></head><body class="rustdoc trait"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">☰</div><a href='../../google_monitoring3/index.html'><div class='logo-container rust-logo'><img src='../../rust-logo.png' alt='logo'></div></a><p class="location">Trait Part</p><div class="sidebar-elems"><div class="block items"><a class="sidebar-title" href="#implementors">Implementors</a></div><p class="location"><a href="../index.html">google_monitoring3</a>::<wbr><a href="index.html">client</a></p><div id="sidebar-vars" data-name="Part" data-ty="trait" data-relpath=""></div><script defer src="sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><script src="../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"></div><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../../settings.html"><img src="../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Trait <a href="../index.html">google_monitoring3</a>::<wbr><a href="index.html">client</a>::<wbr><a class="trait" href="">Part</a></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../../src/google_monitoring3/client.rs.html#59" title="goto source code">[src]</a></span></h1><div class="docblock type-decl hidden-by-usual-hider"><pre class="rust trait">pub trait Part { }</pre></div><div class="docblock"><p>Identifies types which are only used as part of other types, which
|
||
usually are carrying the <code>Resource</code> trait.</p>
|
||
</div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor"></a></h2><div class="item-list" id="implementors-list"><h3 id="impl-Part" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Aggregation.html" title="struct google_monitoring3::api::Aggregation">Aggregation</a></code><a href="#impl-Part" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#206" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-1" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.AppEngine.html" title="struct google_monitoring3::api::AppEngine">AppEngine</a></code><a href="#impl-Part-1" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#266" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-2" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.AvailabilityCriteria.html" title="struct google_monitoring3::api::AvailabilityCriteria">AvailabilityCriteria</a></code><a href="#impl-Part-2" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#276" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-3" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.BasicAuthentication.html" title="struct google_monitoring3::api::BasicAuthentication">BasicAuthentication</a></code><a href="#impl-Part-3" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#291" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-4" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.BasicSli.html" title="struct google_monitoring3::api::BasicSli">BasicSli</a></code><a href="#impl-Part-4" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#312" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-5" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.BucketOptions.html" title="struct google_monitoring3::api::BucketOptions">BucketOptions</a></code><a href="#impl-Part-5" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#332" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-6" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.CloudEndpoints.html" title="struct google_monitoring3::api::CloudEndpoints">CloudEndpoints</a></code><a href="#impl-Part-6" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#345" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-7" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.ClusterIstio.html" title="struct google_monitoring3::api::ClusterIstio">ClusterIstio</a></code><a href="#impl-Part-7" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#367" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-8" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.CollectdPayload.html" title="struct google_monitoring3::api::CollectdPayload">CollectdPayload</a></code><a href="#impl-Part-8" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#399" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-9" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.CollectdPayloadError.html" title="struct google_monitoring3::api::CollectdPayloadError">CollectdPayloadError</a></code><a href="#impl-Part-9" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#417" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-10" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.CollectdValue.html" title="struct google_monitoring3::api::CollectdValue">CollectdValue</a></code><a href="#impl-Part-10" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#436" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-11" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.CollectdValueError.html" title="struct google_monitoring3::api::CollectdValueError">CollectdValueError</a></code><a href="#impl-Part-11" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#451" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-12" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Condition.html" title="struct google_monitoring3::api::Condition">Condition</a></code><a href="#impl-Part-12" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#476" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-13" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.ContentMatcher.html" title="struct google_monitoring3::api::ContentMatcher">ContentMatcher</a></code><a href="#impl-Part-13" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#491" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-14" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.CreateTimeSeriesSummary.html" title="struct google_monitoring3::api::CreateTimeSeriesSummary">CreateTimeSeriesSummary</a></code><a href="#impl-Part-14" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#574" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-15" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Custom.html" title="struct google_monitoring3::api::Custom">Custom</a></code><a href="#impl-Part-15" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#584" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-16" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Distribution.html" title="struct google_monitoring3::api::Distribution">Distribution</a></code><a href="#impl-Part-16" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#612" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-17" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.DistributionCut.html" title="struct google_monitoring3::api::DistributionCut">DistributionCut</a></code><a href="#impl-Part-17" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#628" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-18" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Documentation.html" title="struct google_monitoring3::api::Documentation">Documentation</a></code><a href="#impl-Part-18" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#644" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-19" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Error.html" title="struct google_monitoring3::api::Error">Error</a></code><a href="#impl-Part-19" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#683" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-20" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Exemplar.html" title="struct google_monitoring3::api::Exemplar">Exemplar</a></code><a href="#impl-Part-20" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#700" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-21" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Explicit.html" title="struct google_monitoring3::api::Explicit">Explicit</a></code><a href="#impl-Part-21" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#713" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-22" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Exponential.html" title="struct google_monitoring3::api::Exponential">Exponential</a></code><a href="#impl-Part-22" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#732" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-23" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.GoogleMonitoringV3Range.html" title="struct google_monitoring3::api::GoogleMonitoringV3Range">GoogleMonitoringV3Range</a></code><a href="#impl-Part-23" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#787" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-24" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.HttpCheck.html" title="struct google_monitoring3::api::HttpCheck">HttpCheck</a></code><a href="#impl-Part-24" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#856" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-25" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.InternalChecker.html" title="struct google_monitoring3::api::InternalChecker">InternalChecker</a></code><a href="#impl-Part-25" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#882" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-26" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.IstioCanonicalService.html" title="struct google_monitoring3::api::IstioCanonicalService">IstioCanonicalService</a></code><a href="#impl-Part-26" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#902" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-27" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.LabelDescriptor.html" title="struct google_monitoring3::api::LabelDescriptor">LabelDescriptor</a></code><a href="#impl-Part-27" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#920" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-28" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.LabelValue.html" title="struct google_monitoring3::api::LabelValue">LabelValue</a></code><a href="#impl-Part-28" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#940" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-29" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.LatencyCriteria.html" title="struct google_monitoring3::api::LatencyCriteria">LatencyCriteria</a></code><a href="#impl-Part-29" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#953" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-30" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Linear.html" title="struct google_monitoring3::api::Linear">Linear</a></code><a href="#impl-Part-30" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#971" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-31" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MeshIstio.html" title="struct google_monitoring3::api::MeshIstio">MeshIstio</a></code><a href="#impl-Part-31" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1271" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-32" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Metric.html" title="struct google_monitoring3::api::Metric">Metric</a></code><a href="#impl-Part-32" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1287" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-33" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MetricAbsence.html" title="struct google_monitoring3::api::MetricAbsence">MetricAbsence</a></code><a href="#impl-Part-33" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1306" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-34" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MetricDescriptorMetadata.html" title="struct google_monitoring3::api::MetricDescriptorMetadata">MetricDescriptorMetadata</a></code><a href="#impl-Part-34" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1372" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-35" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MetricRange.html" title="struct google_monitoring3::api::MetricRange">MetricRange</a></code><a href="#impl-Part-35" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1388" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-36" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MetricThreshold.html" title="struct google_monitoring3::api::MetricThreshold">MetricThreshold</a></code><a href="#impl-Part-36" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1418" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-37" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MonitoredResource.html" title="struct google_monitoring3::api::MonitoredResource">MonitoredResource</a></code><a href="#impl-Part-37" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1434" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-38" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MonitoredResourceMetadata.html" title="struct google_monitoring3::api::MonitoredResourceMetadata">MonitoredResourceMetadata</a></code><a href="#impl-Part-38" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1482" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-39" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MonitoringQueryLanguageCondition.html" title="struct google_monitoring3::api::MonitoringQueryLanguageCondition">MonitoringQueryLanguageCondition</a></code><a href="#impl-Part-39" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1499" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-40" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.MutationRecord.html" title="struct google_monitoring3::api::MutationRecord">MutationRecord</a></code><a href="#impl-Part-40" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1516" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-41" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.PerformanceThreshold.html" title="struct google_monitoring3::api::PerformanceThreshold">PerformanceThreshold</a></code><a href="#impl-Part-41" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1611" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-42" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Point.html" title="struct google_monitoring3::api::Point">Point</a></code><a href="#impl-Part-42" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1626" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-43" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.PointData.html" title="struct google_monitoring3::api::PointData">PointData</a></code><a href="#impl-Part-43" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1642" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-44" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Range.html" title="struct google_monitoring3::api::Range">Range</a></code><a href="#impl-Part-44" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1709" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-45" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.RequestBasedSli.html" title="struct google_monitoring3::api::RequestBasedSli">RequestBasedSli</a></code><a href="#impl-Part-45" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1726" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-46" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.ResourceGroup.html" title="struct google_monitoring3::api::ResourceGroup">ResourceGroup</a></code><a href="#impl-Part-46" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1743" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-47" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.ServiceLevelIndicator.html" title="struct google_monitoring3::api::ServiceLevelIndicator">ServiceLevelIndicator</a></code><a href="#impl-Part-47" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1829" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-48" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Status.html" title="struct google_monitoring3::api::Status">Status</a></code><a href="#impl-Part-48" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1881" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-49" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.TcpCheck.html" title="struct google_monitoring3::api::TcpCheck">TcpCheck</a></code><a href="#impl-Part-49" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1894" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-50" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Telemetry.html" title="struct google_monitoring3::api::Telemetry">Telemetry</a></code><a href="#impl-Part-50" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1908" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-51" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.TimeInterval.html" title="struct google_monitoring3::api::TimeInterval">TimeInterval</a></code><a href="#impl-Part-51" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1925" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-52" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.TimeSeries.html" title="struct google_monitoring3::api::TimeSeries">TimeSeries</a></code><a href="#impl-Part-52" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1952" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-53" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.TimeSeriesData.html" title="struct google_monitoring3::api::TimeSeriesData">TimeSeriesData</a></code><a href="#impl-Part-53" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1969" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-54" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.TimeSeriesDescriptor.html" title="struct google_monitoring3::api::TimeSeriesDescriptor">TimeSeriesDescriptor</a></code><a href="#impl-Part-54" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#1986" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-55" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.TimeSeriesRatio.html" title="struct google_monitoring3::api::TimeSeriesRatio">TimeSeriesRatio</a></code><a href="#impl-Part-55" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#2006" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-56" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.Trigger.html" title="struct google_monitoring3::api::Trigger">Trigger</a></code><a href="#impl-Part-56" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#2021" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-57" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.TypedValue.html" title="struct google_monitoring3::api::TypedValue">TypedValue</a></code><a href="#impl-Part-57" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#2047" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-58" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.ValueDescriptor.html" title="struct google_monitoring3::api::ValueDescriptor">ValueDescriptor</a></code><a href="#impl-Part-58" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#2143" title="goto source code">[src]</a></h3><div class="impl-items"></div><h3 id="impl-Part-59" class="impl"><code class="in-band">impl Part for <a class="struct" href="../../google_monitoring3/api/struct.WindowsBasedSli.html" title="struct google_monitoring3::api::WindowsBasedSli">WindowsBasedSli</a></code><a href="#impl-Part-59" class="anchor"></a><a class="srclink" href="../../src/google_monitoring3/api.rs.html#2187" title="goto source code">[src]</a></h3><div class="impl-items"></div></div><span class="loading-content">Loading content...</span><script type="text/javascript" src="../../implementors/google_monitoring3/client/trait.Part.js" async></script></section><section id="search" class="content hidden"></section><section class="footer"></section><div id="rustdoc-vars" data-root-path="../../" data-current-crate="google_monitoring3"></div>
|
||
<script src="../../main.js"></script><script defer src="../../search-index.js"></script></body></html> |