1
0
Fork 0
mirror of https://gitlab.redox-os.org/CoffeeCode/redox-ssh.git synced 2025-12-29 01:42:19 +01:00
redox-ssh/implementors/collections/borrow/trait.ToOwned.js

10 lines
1.2 KiB
JavaScript

(function() {var implementors = {};
implementors["libc"] = ["impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/collections/borrow/trait.ToOwned.html\" title=\"trait collections::borrow::ToOwned\">ToOwned</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/ffi/c_str/struct.CStr.html\" title=\"struct std::ffi::c_str::CStr\">CStr</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/collections/borrow/trait.ToOwned.html\" title=\"trait collections::borrow::ToOwned\">ToOwned</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/ffi/os_str/struct.OsStr.html\" title=\"struct std::ffi::os_str::OsStr\">OsStr</a>","impl <a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/collections/borrow/trait.ToOwned.html\" title=\"trait collections::borrow::ToOwned\">ToOwned</a> for <a class=\"struct\" href=\"https://doc.rust-lang.org/nightly/std/path/struct.Path.html\" title=\"struct std::path::Path\">Path</a>",];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()