wasmer/rustdoc/implementors/owning_ref/trait.CloneStableAddress.js
2019-09-06 15:57:44 -07:00

11 lines
996 B
JavaScript

(function() {var implementors = {};
implementors["owning_ref"] = [{text:"impl&lt;O, T:&nbsp;?<a class=\"trait\" href=\"https://doc.rust-lang.org/nightly/core/marker/trait.Sized.html\" title=\"trait core::marker::Sized\">Sized</a>&gt; <a class=\"trait\" href=\"owning_ref/trait.CloneStableAddress.html\" title=\"trait owning_ref::CloneStableAddress\">CloneStableDeref</a> for <a class=\"struct\" href=\"owning_ref/struct.OwningRef.html\" title=\"struct owning_ref::OwningRef\">OwningRef</a>&lt;O, T&gt; <span class=\"where fmt-newline\">where<br>&nbsp;&nbsp;&nbsp;&nbsp;O: <a class=\"trait\" href=\"owning_ref/trait.CloneStableAddress.html\" title=\"trait owning_ref::CloneStableAddress\">CloneStableAddress</a>,&nbsp;</span>",synthetic:false,types:["owning_ref::OwningRef"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()