aboutsummaryrefslogtreecommitdiff
path: root/implementors/core/str/pattern/trait.Pattern.js
diff options
context:
space:
mode:
Diffstat (limited to 'implementors/core/str/pattern/trait.Pattern.js')
-rw-r--r--implementors/core/str/pattern/trait.Pattern.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/implementors/core/str/pattern/trait.Pattern.js b/implementors/core/str/pattern/trait.Pattern.js
new file mode 100644
index 0000000..6823db7
--- /dev/null
+++ b/implementors/core/str/pattern/trait.Pattern.js
@@ -0,0 +1,10 @@
+(function() {var implementors = {};
+implementors['regex_syntax'] = ["impl&lt;'a, 'b&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/core/str/pattern/trait.Pattern.html' title='core::str::pattern::Pattern'>Pattern</a>&lt;'a&gt; for &amp;'b <a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>",];implementors['carboxyl'] = ["impl&lt;'a, 'b&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/core/str/pattern/trait.Pattern.html' title='core::str::pattern::Pattern'>Pattern</a>&lt;'a&gt; for &amp;'b <a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>",];implementors['regex'] = ["impl&lt;'r, 't&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/core/str/pattern/trait.Pattern.html' title='core::str::pattern::Pattern'>Pattern</a>&lt;'t&gt; for &amp;'r <a class='enum' href='regex/enum.Regex.html' title='regex::Regex'>Regex</a>",];implementors['openssl'] = ["impl&lt;'a, 'b&gt; <a class='trait' href='http://doc.rust-lang.org/nightly/core/str/pattern/trait.Pattern.html' title='core::str::pattern::Pattern'>Pattern</a>&lt;'a&gt; for &amp;'b <a class='struct' href='http://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>",];implementors['irsc'] = [];
+
+ if (window.register_implementors) {
+ window.register_implementors(implementors);
+ } else {
+ window.pending_implementors = implementors;
+ }
+
+})()