pub trait Reborrow { }🔬This is a nightly-only experimental API. (
reborrow)Available on crate features
mtls and std only.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.