Auto Generated Documentation

This commit is contained in:
github-actions[bot]
2021-03-22 03:10:14 +00:00
parent 7334bd1757
commit 8193a198a1
741 changed files with 3292 additions and 70875 deletions
@@ -1,6 +1,4 @@
(function() {var implementors = {};
implementors["chrono"] = [{"text":"impl Add<FixedOffset> for NaiveTime","synthetic":false,"types":[]},{"text":"impl Add<FixedOffset> for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Add<FixedOffset> for DateTime<Tz>","synthetic":false,"types":[]},{"text":"impl Add<Duration> for NaiveDate","synthetic":false,"types":[]},{"text":"impl Add<Duration> for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl Add<Duration> for NaiveTime","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Add<Duration> for Date<Tz>","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Add<Duration> for DateTime<Tz>","synthetic":false,"types":[]}];
implementors["openssl"] = [{"text":"impl<'a, 'b> Add<&'b BigNumRef> for &'a BigNumRef","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Add<&'b BigNum> for &'a BigNumRef","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Add<&'b BigNumRef> for &'a BigNum","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Add<&'b BigNum> for &'a BigNum","synthetic":false,"types":[]}];
implementors["time"] = [{"text":"impl Add<Duration> for Duration","synthetic":false,"types":[]},{"text":"impl Add<Duration> for Timespec","synthetic":false,"types":[]},{"text":"impl Add<Duration> for SteadyTime","synthetic":false,"types":[]},{"text":"impl Add<Duration> for Tm","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl Add<Duration> for Instant","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
@@ -1,4 +1,3 @@
(function() {var implementors = {};
implementors["chrono"] = [{"text":"impl AddAssign<Duration> for NaiveDate","synthetic":false,"types":[]},{"text":"impl AddAssign<Duration> for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl AddAssign<Duration> for NaiveTime","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl AddAssign<Duration> for Instant","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
@@ -1,4 +1,3 @@
(function() {var implementors = {};
implementors["openssl"] = [{"text":"impl<'a, 'b> Div<&'b BigNumRef> for &'a BigNumRef","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Div<&'b BigNum> for &'a BigNumRef","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Div<&'b BigNumRef> for &'a BigNum","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Div<&'b BigNum> for &'a BigNum","synthetic":false,"types":[]}];
implementors["time"] = [{"text":"impl Div<i32> for Duration","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
@@ -1,4 +1,3 @@
(function() {var implementors = {};
implementors["openssl"] = [{"text":"impl<'a, 'b> Mul<&'b BigNumRef> for &'a BigNumRef","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Mul<&'b BigNum> for &'a BigNumRef","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Mul<&'b BigNumRef> for &'a BigNum","synthetic":false,"types":[]},{"text":"impl<'a, 'b> Mul<&'b BigNum> for &'a BigNum","synthetic":false,"types":[]}];
implementors["time"] = [{"text":"impl Mul<i32> for Duration","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
@@ -1,5 +1,4 @@
(function() {var implementors = {};
implementors["json"] = [{"text":"impl Neg for Number","synthetic":false,"types":[]}];
implementors["openssl"] = [{"text":"impl<'a> Neg for &'a BigNumRef","synthetic":false,"types":[]},{"text":"impl<'a> Neg for &'a BigNum","synthetic":false,"types":[]},{"text":"impl Neg for BigNum","synthetic":false,"types":[]}];
implementors["time"] = [{"text":"impl Neg for Duration","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
@@ -1,8 +1,6 @@
(function() {var implementors = {};
implementors["chrono"] = [{"text":"impl Sub<FixedOffset> for NaiveTime","synthetic":false,"types":[]},{"text":"impl Sub<FixedOffset> for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Sub<FixedOffset> for DateTime<Tz>","synthetic":false,"types":[]},{"text":"impl Sub<Duration> for NaiveDate","synthetic":false,"types":[]},{"text":"impl Sub<NaiveDate> for NaiveDate","synthetic":false,"types":[]},{"text":"impl Sub<Duration> for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl Sub<NaiveDateTime> for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl Sub<Duration> for NaiveTime","synthetic":false,"types":[]},{"text":"impl Sub<NaiveTime> for NaiveTime","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Sub<Duration> for Date<Tz>","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Sub<Date<Tz>> for Date<Tz>","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Sub<Duration> for DateTime<Tz>","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> Sub<DateTime<Tz>> for DateTime<Tz>","synthetic":false,"types":[]}];
implementors["hashbrown"] = [{"text":"impl&lt;T, S&gt; Sub&lt;&amp;'_ HashSet&lt;T, S&gt;&gt; for &amp;HashSet&lt;T, S&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Eq + Hash + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;S: BuildHasher + Default,&nbsp;</span>","synthetic":false,"types":[]}];
implementors["indexmap"] = [{"text":"impl&lt;T, S1, S2&gt; Sub&lt;&amp;'_ IndexSet&lt;T, S2&gt;&gt; for &amp;IndexSet&lt;T, S1&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Eq + Hash + Clone,<br>&nbsp;&nbsp;&nbsp;&nbsp;S1: BuildHasher + Default,<br>&nbsp;&nbsp;&nbsp;&nbsp;S2: BuildHasher,&nbsp;</span>","synthetic":false,"types":[]}];
implementors["openssl"] = [{"text":"impl&lt;'a, 'b&gt; Sub&lt;&amp;'b BigNumRef&gt; for &amp;'a BigNumRef","synthetic":false,"types":[]},{"text":"impl&lt;'a, 'b&gt; Sub&lt;&amp;'b BigNum&gt; for &amp;'a BigNumRef","synthetic":false,"types":[]},{"text":"impl&lt;'a, 'b&gt; Sub&lt;&amp;'b BigNumRef&gt; for &amp;'a BigNum","synthetic":false,"types":[]},{"text":"impl&lt;'a, 'b&gt; Sub&lt;&amp;'b BigNum&gt; for &amp;'a BigNum","synthetic":false,"types":[]},{"text":"impl Sub&lt;CMSOptions&gt; for CMSOptions","synthetic":false,"types":[]},{"text":"impl Sub&lt;OcspFlag&gt; for OcspFlag","synthetic":false,"types":[]},{"text":"impl Sub&lt;Pkcs7Flags&gt; for Pkcs7Flags","synthetic":false,"types":[]},{"text":"impl Sub&lt;SslOptions&gt; for SslOptions","synthetic":false,"types":[]},{"text":"impl Sub&lt;SslMode&gt; for SslMode","synthetic":false,"types":[]},{"text":"impl Sub&lt;SslVerifyMode&gt; for SslVerifyMode","synthetic":false,"types":[]},{"text":"impl Sub&lt;SslSessionCacheMode&gt; for SslSessionCacheMode","synthetic":false,"types":[]},{"text":"impl Sub&lt;ExtensionContext&gt; for ExtensionContext","synthetic":false,"types":[]},{"text":"impl Sub&lt;ShutdownState&gt; for ShutdownState","synthetic":false,"types":[]},{"text":"impl Sub&lt;X509CheckFlags&gt; for X509CheckFlags","synthetic":false,"types":[]},{"text":"impl Sub&lt;X509VerifyFlags&gt; for X509VerifyFlags","synthetic":false,"types":[]}];
implementors["time"] = [{"text":"impl Sub&lt;Duration&gt; for Duration","synthetic":false,"types":[]},{"text":"impl Sub&lt;Duration&gt; for Timespec","synthetic":false,"types":[]},{"text":"impl Sub&lt;Timespec&gt; for Timespec","synthetic":false,"types":[]},{"text":"impl Sub&lt;SteadyTime&gt; for SteadyTime","synthetic":false,"types":[]},{"text":"impl Sub&lt;Duration&gt; for SteadyTime","synthetic":false,"types":[]},{"text":"impl Sub&lt;Duration&gt; for Tm","synthetic":false,"types":[]},{"text":"impl Sub&lt;Tm&gt; for Tm","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl Sub&lt;Ready&gt; for Ready","synthetic":false,"types":[]},{"text":"impl Sub&lt;Instant&gt; for Instant","synthetic":false,"types":[]},{"text":"impl Sub&lt;Duration&gt; for Instant","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()
@@ -1,5 +1,4 @@
(function() {var implementors = {};
implementors["chrono"] = [{"text":"impl SubAssign&lt;Duration&gt; for NaiveDate","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;Duration&gt; for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;Duration&gt; for NaiveTime","synthetic":false,"types":[]}];
implementors["openssl"] = [{"text":"impl SubAssign&lt;CMSOptions&gt; for CMSOptions","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;OcspFlag&gt; for OcspFlag","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;Pkcs7Flags&gt; for Pkcs7Flags","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;SslOptions&gt; for SslOptions","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;SslMode&gt; for SslMode","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;SslVerifyMode&gt; for SslVerifyMode","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;SslSessionCacheMode&gt; for SslSessionCacheMode","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;ExtensionContext&gt; for ExtensionContext","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;ShutdownState&gt; for ShutdownState","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;X509CheckFlags&gt; for X509CheckFlags","synthetic":false,"types":[]},{"text":"impl SubAssign&lt;X509VerifyFlags&gt; for X509VerifyFlags","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl SubAssign&lt;Duration&gt; for Instant","synthetic":false,"types":[]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()