aboutsummaryrefslogtreecommitdiff
path: root/implementors/std
diff options
context:
space:
mode:
author2015-06-29 20:16:15 +0000
committer2015-06-29 20:16:15 +0000
commit64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 (patch)
tree8c64d6e8be006486d975a651505fbbde61365cd6 /implementors/std
downloadirsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.tar.gz
irsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.tar.xz
irsc-64106c4d3d4ddba8c7bc2af75376e6d3d3d75601.zip
Update documentationgh-pages
Diffstat (limited to 'implementors/std')
-rw-r--r--implementors/std/ascii/trait.AsciiExt.js10
-rw-r--r--implementors/std/ascii/trait.OwnedAsciiExt.js10
-rw-r--r--implementors/std/collections/hash/state/trait.HashState.js10
-rw-r--r--implementors/std/error/trait.Error.js10
-rw-r--r--implementors/std/fs/trait.PathExt.js10
-rw-r--r--implementors/std/io/trait.BufRead.js10
-rw-r--r--implementors/std/io/trait.Read.js10
-rw-r--r--implementors/std/io/trait.Seek.js10
-rw-r--r--implementors/std/io/trait.Write.js10
-rw-r--r--implementors/std/net/addr/trait.ToSocketAddrs.js10
-rw-r--r--implementors/std/sys/ext/ffi/trait.OsStrExt.js10
-rw-r--r--implementors/std/sys/ext/ffi/trait.OsStringExt.js10
-rw-r--r--implementors/std/sys/ext/fs/trait.DirBuilderExt.js10
-rw-r--r--implementors/std/sys/ext/fs/trait.DirEntryExt.js10
-rw-r--r--implementors/std/sys/ext/fs/trait.MetadataExt.js10
-rw-r--r--implementors/std/sys/ext/fs/trait.OpenOptionsExt.js10
-rw-r--r--implementors/std/sys/ext/fs/trait.PermissionsExt.js10
-rw-r--r--implementors/std/sys/ext/io/trait.AsRawFd.js10
-rw-r--r--implementors/std/sys/ext/io/trait.FromRawFd.js10
-rw-r--r--implementors/std/sys/ext/process/trait.CommandExt.js10
-rw-r--r--implementors/std/sys/ext/process/trait.ExitStatusExt.js10
-rw-r--r--implementors/std/sys/fs/trait.MetadataExt.js10
-rw-r--r--implementors/std/sys_common/thread_info/trait.NewThread.js10
23 files changed, 230 insertions, 0 deletions
diff --git a/implementors/std/ascii/trait.AsciiExt.js b/implementors/std/ascii/trait.AsciiExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/ascii/trait.AsciiExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/ascii/trait.OwnedAsciiExt.js b/implementors/std/ascii/trait.OwnedAsciiExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/ascii/trait.OwnedAsciiExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/collections/hash/state/trait.HashState.js b/implementors/std/collections/hash/state/trait.HashState.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/collections/hash/state/trait.HashState.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/error/trait.Error.js b/implementors/std/error/trait.Error.js
new file mode 100644
index 0000000..7901f08
--- /dev/null
+++ b/implementors/std/error/trait.Error.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['log'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='struct' href='log/struct.SetLoggerError.html' title='log::SetLoggerError'>SetLoggerError</a>",];implementors['regex_syntax'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='struct' href='regex_syntax/struct.Error.html' title='regex_syntax::Error'>Error</a>",];implementors['carboxyl'] = [];implementors['regex'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='enum' href='regex/enum.Error.html' title='regex::Error'>Error</a>",];implementors['openssl'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/error/trait.Error.html' title='std::error::Error'>Error</a> for <a class='enum' href='openssl/ssl/error/enum.SslError.html' title='openssl::ssl::error::SslError'>SslError</a>",];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/fs/trait.PathExt.js b/implementors/std/fs/trait.PathExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/fs/trait.PathExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/io/trait.BufRead.js b/implementors/std/io/trait.BufRead.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/io/trait.BufRead.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/io/trait.Read.js b/implementors/std/io/trait.Read.js
new file mode 100644
index 0000000..51cc6c0
--- /dev/null
+++ b/implementors/std/io/trait.Read.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Read.html' title='std::io::Read'>Read</a> for <a class='struct' href='openssl/bio/struct.MemBio.html' title='openssl::bio::MemBio'>MemBio</a>","impl&lt;S: <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Read.html' title='std::io::Read'>Read</a> + <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Write.html' title='std::io::Write'>Write</a>&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Read.html' title='std::io::Read'>Read</a> for <a class='struct' href='openssl/ssl/struct.SslStream.html' title='openssl::ssl::SslStream'>SslStream</a>&lt;S&gt;","impl&lt;S&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Read.html' title='std::io::Read'>Read</a> for <a class='enum' href='openssl/ssl/enum.MaybeSslStream.html' title='openssl::ssl::MaybeSslStream'>MaybeSslStream</a>&lt;S&gt;",];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/io/trait.Seek.js b/implementors/std/io/trait.Seek.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/io/trait.Seek.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/io/trait.Write.js b/implementors/std/io/trait.Write.js
new file mode 100644
index 0000000..29d7664
--- /dev/null
+++ b/implementors/std/io/trait.Write.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = ["impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Write.html' title='std::io::Write'>Write</a> for <a class='struct' href='openssl/bio/struct.MemBio.html' title='openssl::bio::MemBio'>MemBio</a>","impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Write.html' title='std::io::Write'>Write</a> for <a class='struct' href='openssl/crypto/hash/struct.Hasher.html' title='openssl::crypto::hash::Hasher'>Hasher</a>","impl <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Write.html' title='std::io::Write'>Write</a> for <a class='struct' href='openssl/crypto/hmac/struct.HMAC.html' title='openssl::crypto::hmac::HMAC'>HMAC</a>","impl&lt;S: <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Read.html' title='std::io::Read'>Read</a> + <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Write.html' title='std::io::Write'>Write</a>&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Write.html' title='std::io::Write'>Write</a> for <a class='struct' href='openssl/ssl/struct.SslStream.html' title='openssl::ssl::SslStream'>SslStream</a>&lt;S&gt;","impl&lt;S&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/std/io/trait.Write.html' title='std::io::Write'>Write</a> for <a class='enum' href='openssl/ssl/enum.MaybeSslStream.html' title='openssl::ssl::MaybeSslStream'>MaybeSslStream</a>&lt;S&gt;",];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/net/addr/trait.ToSocketAddrs.js b/implementors/std/net/addr/trait.ToSocketAddrs.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/net/addr/trait.ToSocketAddrs.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/ffi/trait.OsStrExt.js b/implementors/std/sys/ext/ffi/trait.OsStrExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/ffi/trait.OsStrExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/ffi/trait.OsStringExt.js b/implementors/std/sys/ext/ffi/trait.OsStringExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/ffi/trait.OsStringExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/fs/trait.DirBuilderExt.js b/implementors/std/sys/ext/fs/trait.DirBuilderExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/fs/trait.DirBuilderExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/fs/trait.DirEntryExt.js b/implementors/std/sys/ext/fs/trait.DirEntryExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/fs/trait.DirEntryExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/fs/trait.MetadataExt.js b/implementors/std/sys/ext/fs/trait.MetadataExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/fs/trait.MetadataExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/fs/trait.OpenOptionsExt.js b/implementors/std/sys/ext/fs/trait.OpenOptionsExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/fs/trait.OpenOptionsExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/fs/trait.PermissionsExt.js b/implementors/std/sys/ext/fs/trait.PermissionsExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/fs/trait.PermissionsExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/io/trait.AsRawFd.js b/implementors/std/sys/ext/io/trait.AsRawFd.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/io/trait.AsRawFd.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/io/trait.FromRawFd.js b/implementors/std/sys/ext/io/trait.FromRawFd.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/io/trait.FromRawFd.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/process/trait.CommandExt.js b/implementors/std/sys/ext/process/trait.CommandExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/process/trait.CommandExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/ext/process/trait.ExitStatusExt.js b/implementors/std/sys/ext/process/trait.ExitStatusExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/ext/process/trait.ExitStatusExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys/fs/trait.MetadataExt.js b/implementors/std/sys/fs/trait.MetadataExt.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys/fs/trait.MetadataExt.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()
diff --git a/implementors/std/sys_common/thread_info/trait.NewThread.js b/implementors/std/sys_common/thread_info/trait.NewThread.js
new file mode 100644
index 0000000..e4e21ea
--- /dev/null
+++ b/implementors/std/sys_common/thread_info/trait.NewThread.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['carboxyl'] = [];implementors['openssl'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()