From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- implementors/collections/borrow/trait.Borrow.js | 10 ++++++++++ implementors/collections/borrow/trait.BorrowMut.js | 10 ++++++++++ implementors/collections/borrow/trait.IntoCow.js | 10 ++++++++++ implementors/collections/borrow/trait.ToOwned.js | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 implementors/collections/borrow/trait.Borrow.js create mode 100644 implementors/collections/borrow/trait.BorrowMut.js create mode 100644 implementors/collections/borrow/trait.IntoCow.js create mode 100644 implementors/collections/borrow/trait.ToOwned.js (limited to 'implementors/collections/borrow') diff --git a/implementors/collections/borrow/trait.Borrow.js b/implementors/collections/borrow/trait.Borrow.js new file mode 100644 index 0000000..753bacc --- /dev/null +++ b/implementors/collections/borrow/trait.Borrow.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['regex_syntax'] = [];implementors['carboxyl'] = ["impl Borrow<OsStr> for OsString","impl Borrow<Path> for PathBuf",];implementors['openssl'] = ["impl Borrow<OsStr> for OsString","impl Borrow<Path> for PathBuf",]; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/implementors/collections/borrow/trait.BorrowMut.js b/implementors/collections/borrow/trait.BorrowMut.js new file mode 100644 index 0000000..8091110 --- /dev/null +++ b/implementors/collections/borrow/trait.BorrowMut.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['regex_syntax'] = [];implementors['carboxyl'] = [];implementors['openssl'] = []; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/implementors/collections/borrow/trait.IntoCow.js b/implementors/collections/borrow/trait.IntoCow.js new file mode 100644 index 0000000..3be4c5d --- /dev/null +++ b/implementors/collections/borrow/trait.IntoCow.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['regex_syntax'] = [];implementors['carboxyl'] = ["impl IntoCow<'static, Path> for PathBuf","impl<'a> IntoCow<'a, Path> for &'a Path",];implementors['openssl'] = ["impl IntoCow<'static, Path> for PathBuf","impl<'a> IntoCow<'a, Path> for &'a Path",]; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() diff --git a/implementors/collections/borrow/trait.ToOwned.js b/implementors/collections/borrow/trait.ToOwned.js new file mode 100644 index 0000000..43994c7 --- /dev/null +++ b/implementors/collections/borrow/trait.ToOwned.js @@ -0,0 +1,10 @@ +(function() {var implementors = {}; +implementors['regex_syntax'] = [];implementors['carboxyl'] = ["impl ToOwned for OsStr","impl ToOwned for Path",];implementors['openssl'] = ["impl ToOwned for OsStr","impl ToOwned for Path",]; + + if (window.register_implementors) { + window.register_implementors(implementors); + } else { + window.pending_implementors = implementors; + } + +})() -- cgit v1.2.3