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,5 @@
(function() {var implementors = {};
implementors["bytes"] = [{"text":"impl From<&'static [u8]> for Bytes","synthetic":false,"types":[]},{"text":"impl From<&'static str> for Bytes","synthetic":false,"types":[]},{"text":"impl From<Vec<u8, Global>> for Bytes","synthetic":false,"types":[]},{"text":"impl From<String> for Bytes","synthetic":false,"types":[]},{"text":"impl<'a> From<&'a [u8]> for BytesMut","synthetic":false,"types":[]},{"text":"impl<'a> From<&'a str> for BytesMut","synthetic":false,"types":[]},{"text":"impl From<BytesMut> for Bytes","synthetic":false,"types":[]}];
implementors["chrono"] = [{"text":"impl From<DateTime<Utc>> for DateTime<FixedOffset>","synthetic":false,"types":[]},{"text":"impl From<DateTime<Utc>> for DateTime<Local>","synthetic":false,"types":[]},{"text":"impl From<DateTime<FixedOffset>> for DateTime<Utc>","synthetic":false,"types":[]},{"text":"impl From<DateTime<FixedOffset>> for DateTime<Local>","synthetic":false,"types":[]},{"text":"impl From<DateTime<Local>> for DateTime<Utc>","synthetic":false,"types":[]},{"text":"impl From<DateTime<Local>> for DateTime<FixedOffset>","synthetic":false,"types":[]},{"text":"impl From<SystemTime> for DateTime<Utc>","synthetic":false,"types":[]},{"text":"impl From<SystemTime> for DateTime<Local>","synthetic":false,"types":[]},{"text":"impl<Tz: TimeZone> From<DateTime<Tz>> for SystemTime","synthetic":false,"types":[]}];
implementors["futures_task"] = [{"text":"impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T>","synthetic":false,"types":[]}];
implementors["futures_util"] = [{"text":"impl<T> From<Option<T>> for OptionFuture<T>","synthetic":false,"types":[]}];
implementors["h2"] = [{"text":"impl From<Reason> for Error","synthetic":false,"types":[]},{"text":"impl From<u32> for Reason","synthetic":false,"types":[]},{"text":"impl From<Reason> for u32","synthetic":false,"types":[]}];