Reborrow

Trait Reborrow 

Source
pub trait Reborrow { }
🔬This is a nightly-only experimental API. (reborrow)
Expand description

Allows value to be reborrowed as exclusive, creating a copy of the value that disables the source for reads and writes for the lifetime of the copy.

Implementors§