blob: c10683fb9f1c10327b6720420e16c2f1de05035f [file] [log] [blame]
window.SIDEBAR_ITEMS = {"trait":[["CloneStableDeref","An unsafe marker trait for types where clones deref to the same address. This has all the requirements of StableDeref, and additionally requires that after calling clone(), both the old and new value deref to the same address. For example, Rc and Arc implement CloneStableDeref, but Box and Vec do not."],["StableDeref","An unsafe marker trait for types that deref to a stable address, even when moved. For example, this is implemented by Box, Vec, Rc, Arc and String, among others. Even when a Box is moved, the underlying storage remains at a fixed location."]]};