(function() {var implementors = {}; implementors["libc"] = ["impl<T> Borrow<T> for Box<T> where T: ?Sized","impl<T> Borrow<T> for Arc<T> where T: ?Sized","impl<T> Borrow<T> for Rc<T> where T: ?Sized","impl Borrow<CStr> for CString","impl Borrow<OsStr> for OsString","impl Borrow<Path> for PathBuf","impl<'a, B> Borrow<B> for Cow<'a, B> where B: ToOwned + ?Sized, B::Owned: 'a","impl<T> Borrow<[T]> for Vec<T>","impl Borrow<str> for String",];implementors["num"] = ["impl<T> Borrow<T> for Box<T> where T: ?Sized","impl<T> Borrow<T> for Arc<T> where T: ?Sized","impl<T> Borrow<T> for Rc<T> where T: ?Sized","impl Borrow<CStr> for CString","impl Borrow<OsStr> for OsString","impl Borrow<Path> for PathBuf","impl<'a, B> Borrow<B> for Cow<'a, B> where B: ToOwned + ?Sized, B::Owned: 'a","impl<T> Borrow<[T]> for Vec<T>","impl Borrow<str> for String",]; if (window.register_implementors) { window.register_implementors(implementors); } else { window.pending_implementors = implementors; } })()