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
File diff suppressed because one or more lines are too long
@@ -1,6 +1,5 @@
(function() {var implementors = {};
implementors["base64"] = [{"text":"impl<'a> Display for Base64Display<'a>","synthetic":false,"types":[]},{"text":"impl Display for DecodeError","synthetic":false,"types":[]}];
implementors["chrono"] = [{"text":"impl Display for FixedOffset","synthetic":false,"types":[]},{"text":"impl Display for Utc","synthetic":false,"types":[]},{"text":"impl Display for NaiveDate","synthetic":false,"types":[]},{"text":"impl Display for NaiveDateTime","synthetic":false,"types":[]},{"text":"impl Display for NaiveTime","synthetic":false,"types":[]},{"text":"impl&lt;Tz:&nbsp;TimeZone&gt; Display for Date&lt;Tz&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Tz::Offset: Display,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl&lt;Tz:&nbsp;TimeZone&gt; Display for DateTime&lt;Tz&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;Tz::Offset: Display,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl Display for ParseError","synthetic":false,"types":[]},{"text":"impl&lt;'a, I:&nbsp;Iterator&lt;Item = B&gt; + Clone, B:&nbsp;Borrow&lt;Item&lt;'a&gt;&gt;&gt; Display for DelayedFormat&lt;I&gt;","synthetic":false,"types":[]},{"text":"impl Display for RoundingError","synthetic":false,"types":[]},{"text":"impl Display for Weekday","synthetic":false,"types":[]}];
implementors["futures_channel"] = [{"text":"impl Display for SendError","synthetic":false,"types":[]},{"text":"impl&lt;T&gt; Display for TrySendError&lt;T&gt;","synthetic":false,"types":[]},{"text":"impl Display for TryRecvError","synthetic":false,"types":[]},{"text":"impl Display for Canceled","synthetic":false,"types":[]}];
implementors["futures_task"] = [{"text":"impl Display for SpawnError","synthetic":false,"types":[]}];
implementors["h2"] = [{"text":"impl Display for Error","synthetic":false,"types":[]},{"text":"impl Display for Reason","synthetic":false,"types":[]}];
@@ -15,7 +14,6 @@ implementors["lock_api"] = [{"text":"impl&lt;'a, R:&nbsp;RawMutex + 'a, T:&nbsp;
implementors["log"] = [{"text":"impl Display for Level","synthetic":false,"types":[]},{"text":"impl Display for LevelFilter","synthetic":false,"types":[]},{"text":"impl Display for SetLoggerError","synthetic":false,"types":[]},{"text":"impl Display for ParseLevelError","synthetic":false,"types":[]}];
implementors["mime"] = [{"text":"impl Display for FromStrError","synthetic":false,"types":[]},{"text":"impl Display for Mime","synthetic":false,"types":[]},{"text":"impl&lt;'a&gt; Display for Name&lt;'a&gt;","synthetic":false,"types":[]}];
implementors["native_tls"] = [{"text":"impl Display for Error","synthetic":false,"types":[]},{"text":"impl&lt;S&gt; Display for HandshakeError&lt;S&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;S: Any + Debug,&nbsp;</span>","synthetic":false,"types":[]}];
implementors["num_traits"] = [{"text":"impl Display for ParseFloatError","synthetic":false,"types":[]}];
implementors["openssl"] = [{"text":"impl Display for Asn1GeneralizedTimeRef","synthetic":false,"types":[]},{"text":"impl Display for Asn1TimeRef","synthetic":false,"types":[]},{"text":"impl Display for Asn1ObjectRef","synthetic":false,"types":[]},{"text":"impl Display for BigNumRef","synthetic":false,"types":[]},{"text":"impl Display for BigNum","synthetic":false,"types":[]},{"text":"impl Display for ErrorStack","synthetic":false,"types":[]},{"text":"impl Display for Error","synthetic":false,"types":[]},{"text":"impl Display for Error","synthetic":false,"types":[]},{"text":"impl&lt;S:&nbsp;Debug&gt; Display for HandshakeError&lt;S&gt;","synthetic":false,"types":[]},{"text":"impl Display for OpensslString","synthetic":false,"types":[]},{"text":"impl Display for OpensslStringRef","synthetic":false,"types":[]},{"text":"impl Display for X509VerifyResult","synthetic":false,"types":[]}];
implementors["percent_encoding"] = [{"text":"impl&lt;'a&gt; Display for PercentEncode&lt;'a&gt;","synthetic":false,"types":[]}];
implementors["proc_macro2"] = [{"text":"impl Display for TokenStream","synthetic":false,"types":[]},{"text":"impl Display for LexError","synthetic":false,"types":[]},{"text":"impl Display for TokenTree","synthetic":false,"types":[]},{"text":"impl Display for Group","synthetic":false,"types":[]},{"text":"impl Display for Punct","synthetic":false,"types":[]},{"text":"impl Display for Ident","synthetic":false,"types":[]},{"text":"impl Display for Literal","synthetic":false,"types":[]}];
@@ -26,7 +24,6 @@ implementors["serde"] = [{"text":"impl Display for Error","synthetic":false,"typ
implementors["serde_urlencoded"] = [{"text":"impl Display for Error","synthetic":false,"types":[]}];
implementors["smallvec"] = [{"text":"impl Display for CollectionAllocErr","synthetic":false,"types":[]}];
implementors["syn"] = [{"text":"impl Display for Lifetime","synthetic":false,"types":[]},{"text":"impl Display for LitInt","synthetic":false,"types":[]},{"text":"impl Display for LitFloat","synthetic":false,"types":[]},{"text":"impl&lt;'a&gt; Display for ParseBuffer&lt;'a&gt;","synthetic":false,"types":[]},{"text":"impl Display for Error","synthetic":false,"types":[]}];
implementors["time"] = [{"text":"impl&lt;'a&gt; Display for TmFmt&lt;'a&gt;","synthetic":false,"types":[]},{"text":"impl Display for Duration","synthetic":false,"types":[]},{"text":"impl Display for OutOfRangeError","synthetic":false,"types":[]},{"text":"impl Display for SteadyTime","synthetic":false,"types":[]},{"text":"impl Display for ParseError","synthetic":false,"types":[]}];
implementors["tinyvec"] = [{"text":"impl&lt;A:&nbsp;Array&gt; Display for ArrayVec&lt;A&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A::Item: Display,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl&lt;'s, T&gt; Display for SliceVec&lt;'s, T&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl&lt;A:&nbsp;Array&gt; Display for TinyVec&lt;A&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;A::Item: Display,&nbsp;</span>","synthetic":false,"types":[]}];
implementors["tokio"] = [{"text":"impl Display for ReuniteError","synthetic":false,"types":[]},{"text":"impl Display for ReuniteError","synthetic":false,"types":[]},{"text":"impl Display for JoinError","synthetic":false,"types":[]},{"text":"impl&lt;T&gt; Display for SendError&lt;T&gt;","synthetic":false,"types":[]},{"text":"impl Display for RecvError","synthetic":false,"types":[]},{"text":"impl Display for TryRecvError","synthetic":false,"types":[]},{"text":"impl&lt;T&gt; Display for SendError&lt;T&gt;","synthetic":false,"types":[]},{"text":"impl&lt;T&gt; Display for TrySendError&lt;T&gt;","synthetic":false,"types":[]},{"text":"impl Display for RecvError","synthetic":false,"types":[]},{"text":"impl&lt;T&gt; Display for SendTimeoutError&lt;T&gt;","synthetic":false,"types":[]},{"text":"impl Display for TryLockError","synthetic":false,"types":[]},{"text":"impl&lt;T:&nbsp;?Sized + Display&gt; Display for MutexGuard&lt;'_, T&gt;","synthetic":false,"types":[]},{"text":"impl&lt;T:&nbsp;?Sized + Display&gt; Display for OwnedMutexGuard&lt;T&gt;","synthetic":false,"types":[]},{"text":"impl Display for RecvError","synthetic":false,"types":[]},{"text":"impl Display for TryRecvError","synthetic":false,"types":[]},{"text":"impl Display for AcquireError","synthetic":false,"types":[]},{"text":"impl Display for TryAcquireError","synthetic":false,"types":[]},{"text":"impl&lt;'a, T:&nbsp;?Sized&gt; Display for RwLockReadGuard&lt;'a, T&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl&lt;'a, T:&nbsp;?Sized&gt; Display for RwLockWriteGuard&lt;'a, T&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl&lt;'a, T:&nbsp;?Sized&gt; Display for RwLockMappedWriteGuard&lt;'a, T&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;T: Display,&nbsp;</span>","synthetic":false,"types":[]},{"text":"impl&lt;T:&nbsp;Debug&gt; Display for SendError&lt;T&gt;","synthetic":false,"types":[]},{"text":"impl Display for RecvError","synthetic":false,"types":[]},{"text":"impl Display for Error","synthetic":false,"types":[]},{"text":"impl Display for Elapsed","synthetic":false,"types":[]}];
implementors["tokio_util"] = [{"text":"impl Display for LengthDelimitedCodecError","synthetic":false,"types":[]},{"text":"impl Display for LinesCodecError","synthetic":false,"types":[]},{"text":"impl Display for AnyDelimiterCodecError","synthetic":false,"types":[]}];