Module reborrow

Module reborrow 

Source

Traits§

CoerceSharedExperimental
Allows reborrowable value to be reborrowed as shared, creating a copy that disables the source for writes for the lifetime of the copy.
ReborrowExperimental
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.